Trace number 1081717

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? (TO) 1800.13 1811.94

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-54.xml
MD5SUMb5d1992790bf0cc79cd48d32bd5446d6
Bench Category2-ARY-INT (binary 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 variables2916
Number of constraints77327
Maximum constraint arity2
Maximum domain size54
Number of constraints which are defined in extension0
Number of constraints which are defined in intension77327
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 02:42:09 2008
0.00/0.05	c 0	PID 17902
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081717-1215218528.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081717-1215218528.xml' 'HOME/temp.csp'
3.85/3.91	c 4	1 domains, 2916 variables, 4 predicates, 0 relations, 77327 constraints
3.85/3.97	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.85/3.97	c 4	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'
3.88/4.05	c 4	Parsing HOME/temp.csp
4.19/4.37	c 4	parsed 10000 expressions
4.38/4.58	c 4	parsed 20000 expressions
4.58/4.80	c 5	parsed 30000 expressions
4.78/4.97	c 5	parsed 40000 expressions
5.08/5.20	c 5	parsed 50000 expressions
5.18/5.38	c 5	parsed 60000 expressions
5.38/5.55	c 5	parsed 70000 expressions
5.66/5.86	c 6	parsed 80000 expressions
5.66/5.86	c 6	parsed 80248 expressions
5.66/5.86	c 6	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.66/5.86	c 6	Converting to clausal form CSP
6.94/7.19	c 7	converted 8025 (10%) expressions
8.92/9.16	c 9	converted 16050 (20%) expressions
10.50/10.77	c 11	converted 24075 (30%) expressions
12.19/12.41	c 12	converted 32100 (40%) expressions
14.17/14.48	c 14	converted 40124 (50%) expressions
15.85/16.13	c 16	converted 48149 (60%) expressions
17.42/17.77	c 18	converted 56174 (70%) expressions
19.10/19.43	c 19	converted 64199 (80%) expressions
21.38/21.72	c 22	converted 72224 (90%) expressions
22.97/23.34	c 23	converted 80248 (100%) expressions
22.97/23.34	c 23	CSP : 2916 integers, 74706 booleans, 229601 clauses, largest domain size 54
22.97/23.34	c 23	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.97/23.34	c 23	Propagation in CSP
27.72/28.10	c 28	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.72/28.10	c 28	CSP : 2916 integers, 74706 booleans, 229601 clauses, largest domain size 54
27.72/28.10	c 28	Heap : 130 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.72/28.15	c 28	Simplifing CSP by introducing new Boolean variables
28.22/28.67	c 29	CSP : 2916 integers, 154548 booleans, 309443 clauses, largest domain size 54
28.22/28.67	c 29	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.11/29.51	c 29	Encoding CSP to SAT : HOME/temp.cnf
29.21/29.66	c 30	292 (10%) CSP integer variables are encoded (15184 clauses, 206030 bytes)
29.30/29.74	c 30	584 (20%) CSP integer variables are encoded (30368 clauses, 433790 bytes)
29.39/29.82	c 30	875 (30%) CSP integer variables are encoded (45500 clauses, 660770 bytes)
29.49/29.91	c 30	1167 (40%) CSP integer variables are encoded (60684 clauses, 888530 bytes)
29.49/29.99	c 30	1458 (50%) CSP integer variables are encoded (75816 clauses, 1115510 bytes)
29.60/30.07	c 30	1750 (60%) CSP integer variables are encoded (91000 clauses, 1343270 bytes)
29.69/30.15	c 30	2042 (70%) CSP integer variables are encoded (106184 clauses, 1587173 bytes)
29.79/30.23	c 30	2333 (80%) CSP integer variables are encoded (121316 clauses, 1844417 bytes)
29.89/30.31	c 30	2625 (90%) CSP integer variables are encoded (136500 clauses, 2102545 bytes)
29.99/30.40	c 30	2916 (100%) CSP integer variables are encoded (151632 clauses, 2359789 bytes)
36.50/37.06	c 37	30945 (10%) CSP clauses are encoded (1397514 clauses, 29642313 bytes)
43.03/43.67	c 44	61889 (20%) CSP clauses are encoded (2643709 clauses, 58094363 bytes)
49.52/50.22	c 50	92833 (30%) CSP clauses are encoded (3880528 clauses, 86684195 bytes)
56.00/56.82	c 57	123778 (40%) CSP clauses are encoded (5129728 clauses, 115593483 bytes)
61.96/62.84	c 63	154722 (50%) CSP clauses are encoded (6376827 clauses, 144492218 bytes)
68.19/69.15	c 69	185666 (60%) CSP clauses are encoded (7627290 clauses, 173543593 bytes)
74.69/75.79	c 76	216611 (70%) CSP clauses are encoded (8875671 clauses, 202617190 bytes)
81.21/82.35	c 82	247555 (80%) CSP clauses are encoded (10124598 clauses, 231833133 bytes)
87.45/88.61	c 88	278499 (90%) CSP clauses are encoded (11370984 clauses, 261549037 bytes)
93.95/95.20	c 95	309443 (100%) CSP clauses are encoded (12619858 clauses, 292350213 bytes)
93.95/95.20	c 95	309443 CSP clauses encoded
93.95/95.20	c 95	Writing map file : HOME/temp.map
93.95/95.27	c 95	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.95/95.27	c 95	SAT : 309096 SAT variables, 12619858 SAT clauses, 292350213 bytes
93.95/95.27	c 95	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.03/95.33	c 95	SOLVING HOME/temp.cnf
94.03/95.33	c 95	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
94.03/95.34	c 95	This is MiniSat 2.0 beta
94.03/95.34	c 95	WARNING: for repeatability, setting FPU to use double precision
94.03/95.34	c 95	============================[ Problem Statistics ]=============================
94.03/95.34	c 95	|                                                                             |
94.03/95.34	c 95	|  Number of variables:  309096                                               |
94.03/95.34	c 95	|  Number of clauses:    12619858                                             |
101.01/102.35	c 102	|  Parsing time:         6.14         s                                       |
101.40/102.70	c 103	============================[ Search Statistics ]==============================
101.40/102.70	c 103	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
101.40/102.70	c 103	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
101.40/102.70	c 103	===============================================================================
101.40/102.70	c 103	|         0 |  309096 12619858 37160924 |  4206619        0    nan |  0.000 % |
102.20/103.50	c 103	|       101 |  309096 12619858 37160924 |  4627281      101      6 |  0.000 % |
102.59/103.92	c 104	|       251 |  309096 12619858 37160924 |  5090009      251      6 |  0.000 % |
103.40/104.77	c 105	|       476 |  309096 12619858 37160924 |  5599010      476      6 |  0.000 % |
104.39/105.74	c 106	|       813 |  309096 12619858 37160924 |  6158911      813      6 |  0.000 % |
105.08/106.48	c 106	|      1319 |  309096 12619858 37160924 |  6774802     1319      6 |  0.000 % |
107.08/108.50	c 108	|      2078 |  309096 12619858 37160924 |  7452282     2078      6 |  0.000 % |
108.57/110.00	c 110	|      3217 |  309096 12619858 37160924 |  8197511     3217      6 |  0.000 % |
112.05/113.48	c 113	|      4925 |  309096 12619858 37160924 |  9017262     4925      6 |  0.000 % |
115.63/117.05	c 117	|      7488 |  309096 12619858 37160924 |  9918988     7488      7 |  0.000 % |
121.00/122.47	c 122	|     11332 |  309096 12619858 37160924 | 10910887    11332      7 |  0.000 % |
129.56/131.09	c 131	|     17098 |  309096 12619858 37160924 | 12001975    17098      7 |  0.000 % |
139.90/141.42	c 141	|     25748 |  309096 12619858 37160924 | 13202173    25748      7 |  0.000 % |
158.31/159.93	c 160	|     38723 |  309096 12619858 37160924 | 14522390    38723      7 |  0.000 % |
174.64/176.35	c 176	|     58185 |  309096 12619858 37160924 | 15974629    58185      9 |  0.000 % |
201.30/203.18	c 203	|     87378 |  309096 12619858 37160924 | 17572092    87378      9 |  0.000 % |
220.01/221.98	c 222	|    131167 |  309096 12619858 37160924 | 19329302   131167     10 |  0.000 % |
262.69/264.88	c 265	|    196851 |  309096 12619858 37160924 | 21262232   196851     10 |  0.000 % |
305.98/308.33	c 308	|    295377 |  309096 12619858 37160924 | 23388455   295377     11 |  0.000 % |
347.87/350.48	c 350	|    443167 |  309096 12619858 37160924 | 25727301   443167     13 |  0.000 % |
573.01/576.73	c 577	|    664850 |  309096 12619858 37160924 | 28300031   664850     17 |  0.000 % |
1052.64/1058.68	c 1059	|    997378 |  309096 12619858 37160924 | 31130034   997378     17 |  0.000 % |
1675.31/1685.61	c 1685	|   1496166 |  309096 12619858 37160924 | 34243037  1496166     19 |  0.000 % |
1800.02/1811.52	c ERROR INTERRUPTED
94.09/1811.64	s UNKNOWN
94.09/1811.64	c 1811	CPU 91.7 (0.04 0.01 91.66 2.39)
94.09/1811.64	c 1811	END Sat Jul  5 03:12:20 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-1081717-1215218528/watcher-1081717-1215218528 -o /tmp/evaluation-result-1081717-1215218528/solver-1081717-1215218528 -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-1081717-1215218528.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.92 1.98 1.99 4/81 17902
/proc/meminfo: memFree=1271236/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=12268 CPUtime=0
/proc/17902/stat : 17902 (sugar) R 17900 17902 16531 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000825261 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258938967488 0 0 4224 0 0 0 0 17 1 0 0
/proc/17902/statm: 3067 316 241 3 0 167 0

[startup+0.0604189 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17902
/proc/meminfo: memFree=1271236/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101427 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17902
/proc/meminfo: memFree=1271236/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301455 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17902
/proc/meminfo: memFree=1271236/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701534 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 17902
/proc/meminfo: memFree=1271236/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 17914
/proc/meminfo: memFree=1244780/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
[pid=17905] ppid=17902 vsize=5356 CPUtime=0
/proc/17905/stat : 17905 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000825266 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17905/statm: 1339 233 193 169 0 50 0
[pid=17906] ppid=17905 vsize=864676 CPUtime=1.41
/proc/17906/stat : 17906 (java) S 17905 17902 16531 0 -1 0 15584 0 1 0 132 9 0 0 18 0 9 0 2000825267 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17906/statm: 216169 13137 2529 9 0 210751 0
[pid=17906/tid=17907] ppid=17905 vsize=864676 CPUtime=0.85
/proc/17906/task/17907/stat : 17907 (java) R 17905 17902 16531 0 -1 64 2987 0 1 0 82 3 0 0 22 0 9 0 2000825268 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17908] ppid=17905 vsize=864676 CPUtime=0.46
/proc/17906/task/17908/stat : 17908 (java) S 17905 17902 16531 0 -1 64 11406 0 0 0 41 5 0 0 16 0 9 0 2000825269 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17909] ppid=17905 vsize=864676 CPUtime=0
/proc/17906/task/17909/stat : 17909 (java) S 17905 17902 16531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000825269 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17910] ppid=17905 vsize=864676 CPUtime=0
/proc/17906/task/17910/stat : 17910 (java) S 17905 17902 16531 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000825269 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17911] ppid=17905 vsize=864676 CPUtime=0
/proc/17906/task/17911/stat : 17911 (java) S 17905 17902 16531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000825271 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17912] ppid=17905 vsize=864676 CPUtime=0.09
/proc/17906/task/17912/stat : 17912 (java) S 17905 17902 16531 0 -1 64 491 0 0 0 9 0 0 0 16 0 9 0 2000825271 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17913] ppid=17905 vsize=864676 CPUtime=0
/proc/17906/task/17913/stat : 17913 (java) S 17905 17902 16531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000825271 885428224 13137 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17914] ppid=17905 vsize=864676 CPUtime=0
/proc/17906/task/17914/stat : 17914 (java) S 17905 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000825271 885428224 13137 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) 883632

[startup+3.10297 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 17914
/proc/meminfo: memFree=1195948/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=0.04
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000825261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 796 370 3 0 500 0
[pid=17905] ppid=17902 vsize=5356 CPUtime=0
/proc/17905/stat : 17905 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000825266 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17905/statm: 1339 233 193 169 0 50 0
[pid=17906] ppid=17905 vsize=864692 CPUtime=3.02
/proc/17906/stat : 17906 (java) S 17905 17902 16531 0 -1 0 34429 0 1 0 284 18 0 0 18 0 9 0 2000825267 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17906/statm: 216173 29030 2529 9 0 210755 0
[pid=17906/tid=17907] ppid=17905 vsize=864692 CPUtime=1.54
/proc/17906/task/17907/stat : 17907 (java) R 17905 17902 16531 0 -1 64 3901 0 1 0 151 3 0 0 25 0 9 0 2000825268 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4126656708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17908] ppid=17905 vsize=864692 CPUtime=1.32
/proc/17906/task/17908/stat : 17908 (java) S 17905 17902 16531 0 -1 64 29311 0 0 0 119 13 0 0 16 0 9 0 2000825269 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17909] ppid=17905 vsize=864692 CPUtime=0
/proc/17906/task/17909/stat : 17909 (java) S 17905 17902 16531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000825269 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17910] ppid=17905 vsize=864692 CPUtime=0
/proc/17906/task/17910/stat : 17910 (java) S 17905 17902 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000825269 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17911] ppid=17905 vsize=864692 CPUtime=0
/proc/17906/task/17911/stat : 17911 (java) S 17905 17902 16531 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000825271 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17912] ppid=17905 vsize=864692 CPUtime=0.13
/proc/17906/task/17912/stat : 17912 (java) S 17905 17902 16531 0 -1 64 517 0 0 0 13 0 0 0 16 0 9 0 2000825271 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17906/tid=17913] ppid=17905 vsize=864692 CPUtime=0
/proc/17906/task/17913/stat : 17913 (java) S 17905 17902 16531 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000825271 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17906/tid=17914] ppid=17905 vsize=864692 CPUtime=0
/proc/17906/task/17914/stat : 17914 (java) S 17905 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000825271 885444608 29030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 883648

[startup+6.30255 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 17924
/proc/meminfo: memFree=1238636/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=3.88
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 974 36144 0 1 3 1 363 21 15 0 1 0 2000825261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 797 370 3 0 500 0
[pid=17915] ppid=17902 vsize=5356 CPUtime=0
/proc/17915/stat : 17915 (sh) S 17902 17902 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000825659 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17915/statm: 1339 233 193 169 0 50 0
[pid=17916] ppid=17915 vsize=868416 CPUtime=2.28
/proc/17916/stat : 17916 (java) S 17915 17902 16531 0 -1 0 12741 0 1 0 220 8 0 0 18 0 9 0 2000825659 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17916/statm: 217104 10942 2544 9 0 211679 0
[pid=17916/tid=17917] ppid=17915 vsize=868416 CPUtime=1.44
/proc/17916/task/17917/stat : 17917 (java) R 17915 17902 16531 0 -1 64 3049 0 1 0 142 2 0 0 25 0 9 0 2000825660 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4126401602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17918] ppid=17915 vsize=868416 CPUtime=0.61
/proc/17916/task/17918/stat : 17918 (java) S 17915 17902 16531 0 -1 64 7520 0 0 0 57 4 0 0 16 0 9 0 2000825661 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17919] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17919/stat : 17919 (java) S 17915 17902 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000825661 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17920] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17920/stat : 17920 (java) S 17915 17902 16531 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000825661 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17921] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17921/stat : 17921 (java) S 17915 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000825663 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17922] ppid=17915 vsize=868416 CPUtime=0.19
/proc/17916/task/17922/stat : 17922 (java) S 17915 17902 16531 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 2000825663 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17923] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17923/stat : 17923 (java) S 17915 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000825663 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17924] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17924/stat : 17924 (java) S 17915 17902 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000825663 889257984 10942 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887372

[startup+12.7027 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 17924
/proc/meminfo: memFree=1188972/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=3.88
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 974 36144 0 1 3 1 363 21 16 0 1 0 2000825261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 797 370 3 0 500 0
[pid=17915] ppid=17902 vsize=5356 CPUtime=0
/proc/17915/stat : 17915 (sh) S 17902 17902 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000825659 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17915/statm: 1339 233 193 169 0 50 0
[pid=17916] ppid=17915 vsize=868416 CPUtime=8.6
/proc/17916/stat : 17916 (java) S 17915 17902 16531 0 -1 0 27355 0 1 0 844 16 0 0 18 0 9 0 2000825659 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17916/statm: 217104 19849 2541 9 0 211679 0
[pid=17916/tid=17917] ppid=17915 vsize=868416 CPUtime=6.89
/proc/17916/task/17917/stat : 17917 (java) R 17915 17902 16531 0 -1 64 3430 0 1 0 686 3 0 0 25 0 9 0 2000825660 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17918] ppid=17915 vsize=868416 CPUtime=1.47
/proc/17916/task/17918/stat : 17918 (java) R 17915 17902 16531 0 -1 64 21747 0 0 0 136 11 0 0 16 0 9 0 2000825661 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 102721834 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17919] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17919/stat : 17919 (java) S 17915 17902 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000825661 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17920] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17920/stat : 17920 (java) S 17915 17902 16531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000825661 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17921] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17921/stat : 17921 (java) S 17915 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000825663 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17922] ppid=17915 vsize=868416 CPUtime=0.2
/proc/17916/task/17922/stat : 17922 (java) S 17915 17902 16531 0 -1 64 1482 0 0 0 20 0 0 0 16 0 9 0 2000825663 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17923] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17923/stat : 17923 (java) S 17915 17902 16531 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000825663 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17924] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17924/stat : 17924 (java) S 17915 17902 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000825663 889257984 19849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887372

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 17924
/proc/meminfo: memFree=1103212/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=3.88
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 974 36144 0 1 3 1 363 21 16 0 1 0 2000825261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 797 370 3 0 500 0
[pid=17915] ppid=17902 vsize=5356 CPUtime=0
/proc/17915/stat : 17915 (sh) S 17902 17902 16531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000825659 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17915/statm: 1339 233 193 169 0 50 0
[pid=17916] ppid=17915 vsize=868416 CPUtime=21.26
/proc/17916/stat : 17916 (java) S 17915 17902 16531 0 -1 0 52943 0 1 0 2098 28 0 0 18 0 9 0 2000825659 889257984 36985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17916/statm: 217104 36985 2541 9 0 211679 0
[pid=17916/tid=17917] ppid=17915 vsize=868416 CPUtime=17.56
/proc/17916/task/17917/stat : 17917 (java) R 17915 17902 16531 0 -1 64 4624 0 1 0 1752 4 0 0 25 0 9 0 2000825660 889257984 36985 996147200 134512640 134550740 4294955952 18446744073709551615 4126614630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17918] ppid=17915 vsize=868416 CPUtime=3.46
/proc/17916/task/17918/stat : 17918 (java) S 17915 17902 16531 0 -1 64 46133 0 0 0 324 22 0 0 16 0 9 0 2000825661 889257984 36985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17919] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17919/stat : 17919 (java) S 17915 17902 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000825661 889257984 36985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17916/tid=17920] ppid=17915 vsize=868416 CPUtime=0
/proc/17916/task/17920/stat : 17920 (java) S 17915 17902 16531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000825661 889257984 36985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=725548 CPUtime=1379.83
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 175202 0 0 0 137823 160 0 0 25 0 1 0 2000834795 742961152 175188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 181387 175188 76 150 0 181234 0
Current children cumulated CPU time (s) 1473.92
Current children cumulated vsize (KiB) 744504

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1099060/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=728912 CPUtime=1439.26
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 176038 0 0 0 143765 161 0 0 25 0 1 0 2000834795 746405888 176024 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 182228 176024 76 150 0 182075 0
Current children cumulated CPU time (s) 1533.35
Current children cumulated vsize (KiB) 747868

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1095732/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=732100 CPUtime=1498.7
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 176855 0 0 0 149708 162 0 0 25 0 1 0 2000834795 749670400 176841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 183025 176841 76 150 0 182872 0
Current children cumulated CPU time (s) 1592.79
Current children cumulated vsize (KiB) 751056

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1091764/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=735976 CPUtime=1558.14
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 177827 0 0 0 155651 163 0 0 25 0 1 0 2000834795 753639424 177813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 183994 177813 76 150 0 183841 0
Current children cumulated CPU time (s) 1652.23
Current children cumulated vsize (KiB) 754932

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1084724/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=742872 CPUtime=1617.57
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 179590 0 0 0 161592 165 0 0 25 0 1 0 2000834795 760700928 179576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 185718 179576 76 150 0 185565 0
Current children cumulated CPU time (s) 1711.66
Current children cumulated vsize (KiB) 761828

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1067636/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=762384 CPUtime=1677.01
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 183852 0 0 0 167531 170 0 0 25 0 1 0 2000834795 780681216 183838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 190596 183838 76 150 0 190443 0
Current children cumulated CPU time (s) 1771.1
Current children cumulated vsize (KiB) 781340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1063220/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=766672 CPUtime=1705.93
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 184924 0 0 0 170422 171 0 0 25 0 1 0 2000834795 785072128 184910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 191668 184910 76 150 0 191515 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 785628

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

[startup+1811.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17988
/proc/meminfo: memFree=1063220/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1033 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=5356 CPUtime=0
/proc/17925/stat : 17925 (sh) S 17902 17902 16531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000834795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17925/statm: 1339 232 193 169 0 50 0
[pid=17926] ppid=17925 vsize=766672 CPUtime=1705.93
/proc/17926/stat : 17926 (minisat) R 17925 17902 16531 0 -1 4194304 184924 0 0 0 170422 171 0 0 25 0 1 0 2000834795 785072128 184910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17926/statm: 191668 184910 76 150 0 191515 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 785628

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

[startup+1811.62 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17989
/proc/meminfo: memFree=1757164/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.09
/proc/17902/stat : 17902 (sugar) S 17900 17902 16531 0 -1 4194304 1045 99849 0 2 4 1 9166 238 16 0 1 0 2000825261 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17902/statm: 3400 799 370 3 0 500 0
[pid=17925] ppid=17902 vsize=0 CPUtime=0
/proc/17925/stat : 17925 (sh) Z 17902 17902 16531 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2000834795 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17925/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 94.09
Current children cumulated vsize (KiB) 13600

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

[startup+1811.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17989
/proc/meminfo: memFree=1757164/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.17
/proc/17902/stat : 17902 (sugar) D 17900 17902 16531 0 -1 4194304 1070 100126 0 2 4 8 9166 239 15 0 1 0 2000825261 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17902/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 94.17
Current children cumulated vsize (KiB) 13600

[startup+1811.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 17989
/proc/meminfo: memFree=1757164/2055920 swapFree=4179816/4192956
[pid=17902] ppid=17900 vsize=13600 CPUtime=94.18
/proc/17902/stat : 17902 (sugar) D 17900 17902 16531 0 -1 4194304 1070 100126 0 2 4 9 9166 239 15 0 1 0 2000825261 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17902/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 94.18
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1705.93
#  lost CPU user time (s): 1704.22
#  lost CPU system time (s): 1.71

Real time (s): 1811.94
CPU time (s): 1800.13
CPU user time (s): 1795.93
CPU system time (s): 4.20162
CPU usage (%): 99.3482
Max. virtual memory (cumulated for all children) (KiB): 898624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.7081
system time used= 2.49162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101227
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= 13509
involuntary context switches= 14901

runsolver used 2.33864 second user time and 5.39218 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 02:42:09
IDJOB=1081717
IDBENCH=57133
IDSOLVER=346
FILE ID=node45/1081717-1215218528
PBS_JOBID= 7881810
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-54.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-1081717-1215218528/watcher-1081717-1215218528 -o /tmp/evaluation-result-1081717-1215218528/solver-1081717-1215218528 -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-1081717-1215218528.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5d1992790bf0cc79cd48d32bd5446d6
RANDOM SEED=862630297

node45.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.268
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.268
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:       1271716 kB
Buffers:         75080 kB
Cached:         546128 kB
SwapCached:       7180 kB
Active:         423420 kB
Inactive:       292420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271716 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:          142856 kB
Writeback:           0 kB
Mapped:         108204 kB
Slab:            53584 kB
Committed_AS:  4557364 kB
PageTables:       1980 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= 66476 MiB
End job on node45 at 2008-07-05 03:12:22