Trace number 2071037

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.14.6+picosat? (MO) 299.79 303.946

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:48:36 2009
0.00/0.08	c 0	PID 17140
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071037-1247352516.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071037-1247352516.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 12 variables, 2 predicates, 0 relations, 1991 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
0.92/1.03	c 1	parsed 2006 expressions
0.92/1.06	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.06	c 1	Converting to clausal form CSP
1.01/1.17	c 1	converted 201 (10%) expressions
1.11/1.28	c 1	converted 402 (20%) expressions
1.21/1.34	c 1	converted 602 (30%) expressions
1.31/1.42	c 1	converted 803 (40%) expressions
1.31/1.47	c 1	converted 1003 (50%) expressions
1.40/1.52	c 2	converted 1204 (60%) expressions
1.40/1.57	c 2	converted 1405 (70%) expressions
1.49/1.61	c 2	converted 1605 (80%) expressions
1.49/1.69	c 2	converted 1806 (90%) expressions
1.59/1.73	c 2	converted 2006 (100%) expressions
1.59/1.74	c 2	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 136
1.59/1.74	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.74	c 2	Propagation in CSP
1.90/2.10	c 2	27775 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.10	c 2	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 119
1.99/2.10	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.11	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.20	c 2	CSP : 2982 integers, 3850 booleans, 11781 clauses, largest domain size 119
1.99/2.20	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.26	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.33	c 2	299 (10%) CSP integer variables are encoded (34275 clauses, 492191 bytes)
2.19/2.38	c 2	597 (20%) CSP integer variables are encoded (69141 clauses, 1015181 bytes)
2.29/2.42	c 2	895 (30%) CSP integer variables are encoded (104007 clauses, 1547894 bytes)
2.29/2.47	c 2	1193 (40%) CSP integer variables are encoded (138873 clauses, 2140616 bytes)
2.38/2.52	c 3	1491 (50%) CSP integer variables are encoded (173739 clauses, 2733338 bytes)
2.38/2.58	c 3	1790 (60%) CSP integer variables are encoded (208722 clauses, 3328049 bytes)
2.48/2.63	c 3	2088 (70%) CSP integer variables are encoded (243588 clauses, 3920771 bytes)
2.48/2.68	c 3	2386 (80%) CSP integer variables are encoded (278454 clauses, 4513493 bytes)
2.58/2.73	c 3	2684 (90%) CSP integer variables are encoded (313320 clauses, 5106215 bytes)
2.58/2.78	c 3	2982 (100%) CSP integer variables are encoded (348186 clauses, 5698937 bytes)
4.25/4.76	c 5	1179 (10%) CSP clauses are encoded (1041651 clauses, 21378223 bytes)
10.28/10.81	c 11	2357 (20%) CSP clauses are encoded (4163784 clauses, 79954802 bytes)
17.11/17.99	c 18	3535 (30%) CSP clauses are encoded (7792561 clauses, 149256995 bytes)
24.09/25.08	c 25	4713 (40%) CSP clauses are encoded (11423503 clauses, 219725607 bytes)
31.23/32.32	c 32	5891 (50%) CSP clauses are encoded (15055129 clauses, 293665028 bytes)
38.35/39.62	c 40	7069 (60%) CSP clauses are encoded (18687835 clauses, 367822328 bytes)
45.39/46.88	c 47	8247 (70%) CSP clauses are encoded (22316289 clauses, 443040883 bytes)
52.52/54.17	c 54	9425 (80%) CSP clauses are encoded (25948861 clauses, 518753607 bytes)
59.67/61.46	c 61	10603 (90%) CSP clauses are encoded (29582318 clauses, 594517766 bytes)
66.79/68.75	c 69	11781 (100%) CSP clauses are encoded (33212827 clauses, 670230835 bytes)
66.79/68.75	c 69	11781 CSP clauses encoded
66.79/68.75	c 69	Writing map file : HOME/temp.map
66.79/68.75	c 69	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
66.79/68.75	c 69	SAT : 355018 SAT variables, 33212827 SAT clauses, 670230835 bytes
66.79/68.75	c 69	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
66.79/68.77	c 69	SOLVING HOME/temp.cnf
66.79/68.77	c 69	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
299.68/303.82	c ERROR INTERRUPTED
299.79/303.94	s UNKNOWN
299.79/303.94	c 304	CPU 66.87 (0.07 0.01 60.79 6)
299.79/303.94	c 304	END Sun Jul 12 00:53:40 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071037-1247352516/watcher-2071037-1247352516 -o /tmp/evaluation-result-2071037-1247352516/solver-2071037-1247352516 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071037-1247352516.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 17140
/proc/meminfo: memFree=1833752/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=12268 CPUtime=0
/proc/17140/stat : 17140 (sugar) R 17138 17140 15063 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 22318236 12562432 302 996147200 4194304 4206940 548682068608 18446744073709551615 255236437778 0 0 4224 0 0 0 0 17 1 0 0
/proc/17140/statm: 3067 302 228 3 0 167 0

[startup+0.0840049 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 17140
/proc/meminfo: memFree=1833752/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16740 CPUtime=0.07
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22318236 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101286 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 17140
/proc/meminfo: memFree=1833752/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.07
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301303 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 17140
/proc/meminfo: memFree=1833752/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.07
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701349 s]
/proc/loadavg: 2.00 1.97 1.91 4/74 17140
/proc/meminfo: memFree=1833752/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.07
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 2.08 1.99 1.91 4/85 17162
/proc/meminfo: memFree=1825152/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1309 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868512 CPUtime=0.7
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 5552 0 1 0 67 3 0 0 18 0 9 0 22318314 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217128 4976 1743 9 0 211633 0
[pid=17154/tid=17155] ppid=17153 vsize=868512 CPUtime=0.46
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 2673 0 1 0 45 1 0 0 19 0 9 0 22318315 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4126502413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868512 CPUtime=0.03
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 711 0 0 0 3 0 0 0 16 0 9 0 22318316 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868512 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22318316 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868512 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22318316 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868512 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868512 CPUtime=0.18
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1475 0 0 0 17 1 0 0 16 0 9 0 22318318 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868512 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868512 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889356288 4976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890736

[startup+3.1026 s]
/proc/loadavg: 2.08 1.99 1.91 3/85 17162
/proc/meminfo: memFree=1812672/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868708 CPUtime=2.28
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 8364 0 1 0 217 11 0 0 18 0 9 0 22318314 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217177 7243 2590 9 0 211654 0
[pid=17154/tid=17155] ppid=17153 vsize=868708 CPUtime=1.66
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 3053 0 1 0 160 6 0 0 25 0 9 0 22318315 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4126965391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868708 CPUtime=0.34
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 3099 0 0 0 32 2 0 0 16 0 9 0 22318316 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868708 CPUtime=0.24
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1513 0 0 0 23 1 0 0 16 0 9 0 22318318 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889556992 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890932

[startup+6.30195 s]
/proc/loadavg: 2.07 1.99 1.91 3/85 17162
/proc/meminfo: memFree=1783680/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868708 CPUtime=5.14
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 9284 0 1 0 477 37 0 0 18 0 9 0 22318314 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217177 7246 2590 9 0 211654 0
[pid=17154/tid=17155] ppid=17153 vsize=868708 CPUtime=4.25
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 3970 0 1 0 400 25 0 0 25 0 9 0 22318315 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4126433145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868708 CPUtime=0.61
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 3099 0 0 0 52 9 0 0 16 0 9 0 22318316 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868708 CPUtime=0.25
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1516 0 0 0 24 1 0 0 16 0 9 0 22318318 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889556992 7246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 890932

[startup+12.7026 s]
/proc/loadavg: 2.07 1.99 1.91 3/85 17162
/proc/meminfo: memFree=1718784/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868708 CPUtime=11.46
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 11308 0 1 0 1053 93 0 0 18 0 9 0 22318314 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217177 7247 2590 9 0 211654 0
[pid=17154/tid=17155] ppid=17153 vsize=868708 CPUtime=10.03
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 5993 0 1 0 935 68 0 0 25 0 9 0 22318315 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4126502503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868708 CPUtime=1.14
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 3099 0 0 0 92 22 0 0 16 0 9 0 22318316 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868708 CPUtime=0.25
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1517 0 0 0 24 1 0 0 17 0 9 0 22318318 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) R 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889556992 7247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 890932

[startup+25.503 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 17162
/proc/meminfo: memFree=1589312/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868708 CPUtime=23.88
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 15292 0 1 0 2183 205 0 0 18 0 9 0 22318314 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217177 7254 2590 9 0 211654 0
[pid=17154/tid=17155] ppid=17153 vsize=868708 CPUtime=21.41
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 9970 0 1 0 1985 156 0 0 25 0 9 0 22318315 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4126967508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868708 CPUtime=2.18
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 3099 0 0 0 172 46 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868708 CPUtime=0.26
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1524 0 0 0 25 1 0 0 16 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 890932

[startup+51.1028 s]
/proc/loadavg: 2.30 2.05 1.94 3/85 17162
/proc/meminfo: memFree=1328512/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=0.7
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1310 5165 0 1 6 1 59 4 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17153] ppid=17140 vsize=5356 CPUtime=0
/proc/17153/stat : 17153 (sh) S 17140 17140 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22318313 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17153/statm: 1339 233 193 169 0 50 0
[pid=17154] ppid=17153 vsize=868708 CPUtime=48.89
/proc/17154/stat : 17154 (java) S 17153 17140 15063 0 -1 0 23303 0 1 0 4446 443 0 0 18 0 9 0 22318314 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17154/statm: 217177 7254 2590 9 0 211654 0
[pid=17154/tid=17155] ppid=17153 vsize=868708 CPUtime=44.37
/proc/17154/task/17155/stat : 17155 (java) R 17153 17140 15063 0 -1 64 17981 0 1 0 4093 344 0 0 25 0 9 0 22318315 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4127002179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17156] ppid=17153 vsize=868708 CPUtime=4.23
/proc/17154/task/17156/stat : 17156 (java) S 17153 17140 15063 0 -1 64 3099 0 0 0 327 96 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17157] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17157/stat : 17157 (java) S 17153 17140 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17158] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17158/stat : 17158 (java) S 17153 17140 15063 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22318316 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17159] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17159/stat : 17159 (java) S 17153 17140 15063 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17160] ppid=17153 vsize=868708 CPUtime=0.26
/proc/17154/task/17160/stat : 17160 (java) S 17153 17140 15063 0 -1 64 1524 0 0 0 25 1 0 0 16 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17161] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17161/stat : 17161 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17154/tid=17162] ppid=17153 vsize=868708 CPUtime=0
/proc/17154/task/17162/stat : 17162 (java) S 17153 17140 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22318318 889556992 7254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 890932

[startup+102.306 s]
/proc/loadavg: 2.22 2.07 1.95 3/77 17164
/proc/meminfo: memFree=1020096/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1363 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17163] ppid=17140 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17140 17140 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22325113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 232 193 169 0 50 0
[pid=17164] ppid=17163 vsize=153196 CPUtime=33.19
/proc/17164/stat : 17164 (picosat) R 17163 17140 15063 0 -1 4194304 34442 0 0 0 1516 1803 0 0 25 0 1 0 22325114 156872704 34428 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 38299 34428 40 102 0 38194 0
Current children cumulated CPU time (s) 100.06
Current children cumulated vsize (KiB) 175420

[startup+162.302 s]
/proc/loadavg: 2.08 2.05 1.95 3/77 17166
/proc/meminfo: memFree=808896/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1363 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17163] ppid=17140 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17140 17140 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22325113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 232 193 169 0 50 0
[pid=17164] ppid=17163 vsize=390712 CPUtime=92.62
/proc/17164/stat : 17164 (picosat) R 17163 17140 15063 0 -1 4194304 87347 0 0 0 4212 5050 0 0 25 0 1 0 22325114 400089088 87333 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 97678 87333 40 102 0 97573 0
Current children cumulated CPU time (s) 159.49
Current children cumulated vsize (KiB) 412936

[startup+222.301 s]
/proc/loadavg: 2.03 2.04 1.95 3/77 17166
/proc/meminfo: memFree=595584/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1363 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17163] ppid=17140 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17140 17140 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22325113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 232 193 169 0 50 0
[pid=17164] ppid=17163 vsize=578548 CPUtime=152.06
/proc/17164/stat : 17164 (picosat) R 17163 17140 15063 0 -1 4194304 140115 0 0 0 6927 8279 0 0 25 0 1 0 22325114 592433152 140101 996147200 134512640 134931368 4294956256 18446744073709551615 134560076 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 144637 140101 40 102 0 144532 0
Current children cumulated CPU time (s) 218.93
Current children cumulated vsize (KiB) 600772

[startup+282.302 s]
/proc/loadavg: 2.01 2.03 1.95 3/77 17166
/proc/meminfo: memFree=385472/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1363 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17163] ppid=17140 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17140 17140 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22325113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 232 193 169 0 50 0
[pid=17164] ppid=17163 vsize=832052 CPUtime=211.5
/proc/17164/stat : 17164 (picosat) R 17163 17140 15063 0 -1 4194304 192934 0 0 0 9648 11502 0 0 25 0 1 0 22325114 852021248 192920 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 208013 192920 40 102 0 207908 0
Current children cumulated CPU time (s) 278.37
Current children cumulated vsize (KiB) 854276



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+303.803 s]
/proc/loadavg: 2.00 2.03 1.95 3/77 17166
/proc/meminfo: memFree=306496/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1363 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1111 409 3 0 796 0
[pid=17163] ppid=17140 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17140 17140 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22325113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 232 193 169 0 50 0
[pid=17164] ppid=17163 vsize=899636 CPUtime=232.81
/proc/17164/stat : 17164 (picosat) R 17163 17140 15063 0 -1 4194304 211901 0 0 0 10610 12671 0 0 25 0 1 0 22325114 921227264 211887 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 224909 211887 40 102 0 224804 0
Current children cumulated CPU time (s) 299.68
Current children cumulated vsize (KiB) 921860

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

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

[startup+303.922 s]
/proc/loadavg: 2.00 2.03 1.95 3/77 17166
/proc/meminfo: memFree=306496/2055920 swapFree=4192812/4192956
[pid=17140] ppid=17138 vsize=16868 CPUtime=66.87
/proc/17140/stat : 17140 (sugar) S 17138 17140 15063 0 -1 4194304 1392 34307 0 2 7 1 6079 600 16 0 1 0 22318236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17140/statm: 4217 1112 409 3 0 796 0
[pid=17163] ppid=17140 vsize=0 CPUtime=0
/proc/17163/stat : 17163 (sh) Z 17140 17140 15063 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22325113 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17163/statm: 0 0 0 0 0 0 0
[pid=17164] ppid=1 vsize=0 CPUtime=232.92
/proc/17164/stat : 17164 (picosat) R 1 17140 15063 0 -1 4195332 211901 0 0 0 10610 12682 0 0 25 0 1 0 22325114 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 299.79
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17140 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=866746
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=30083
# CPU time returned by wait4() is 66.8968
# while last known CPU time is 299.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.946
CPU time (s): 299.79
CPU user time (s): 166.96
CPU system time (s): 132.83
CPU usage (%): 98.6328
Max. virtual memory (cumulated for all children) (KiB): 921860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.8667
system time used= 6.03008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36064
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= 189991
involuntary context switches= 191280

runsolver used 0.368943 second user time and 1.05584 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 00:48:36
IDJOB=2071037
IDBENCH=55429
IDSOLVER=738
FILE ID=node19/2071037-1247352516
PBS_JOBID= 9506874
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-12-a4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071037-1247352516/watcher-2071037-1247352516 -o /tmp/evaluation-result-2071037-1247352516/solver-2071037-1247352516 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071037-1247352516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=68495152

node19.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.211
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.211
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:       1834232 kB
Buffers:         14276 kB
Cached:          96904 kB
SwapCached:          0 kB
Active:         150144 kB
Inactive:        27056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          77280 kB
Slab:            29756 kB
Committed_AS:   209524 kB
PageTables:       1996 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= 66424 MiB
End job on node19 at 2009-07-12 00:53:42