Trace number 1067758

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.06 1809.64

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-04.xml
MD5SUM60de36950254e9d89851a191e6b5db44
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark858.914
Satisfiable
(Un)Satisfiability was proved
Number of variables449
Number of constraints4287
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension170
Number of constraints which are defined in intension4117
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:58:11 2008
0.00/0.04	c 0	PID 2035
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067758-1215151091.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-1067758-1215151091.xml' 'HOME/temp.csp'
0.03/0.88	c 1	1 domains, 449 variables, 7 predicates, 7 relations, 4287 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	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'
0.85/0.97	c 1	Parsing HOME/temp.csp
1.43/1.57	c 2	parsed 4751 expressions
1.43/1.57	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.43/1.57	c 2	Converting to clausal form CSP
1.54/1.66	c 2	converted 476 (10%) expressions
5.79/5.94	c 6	converted 951 (20%) expressions
6.57/6.76	c 7	converted 1426 (30%) expressions
6.68/6.85	c 7	converted 1901 (40%) expressions
6.68/6.90	c 7	converted 2376 (50%) expressions
6.78/6.97	c 7	converted 2851 (60%) expressions
6.88/7.05	c 7	converted 3326 (70%) expressions
6.88/7.09	c 8	converted 3801 (80%) expressions
6.97/7.17	c 8	converted 4276 (90%) expressions
7.08/7.26	c 8	converted 4751 (100%) expressions
7.08/7.26	c 8	CSP : 449 integers, 0 booleans, 4287 clauses, largest domain size 26
7.08/7.26	c 8	Heap : 145 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.08/7.26	c 8	Propagation in CSP
7.18/7.30	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.18/7.30	c 8	CSP : 449 integers, 0 booleans, 4287 clauses, largest domain size 26
7.18/7.30	c 8	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.18/7.31	c 8	Simplifing CSP by introducing new Boolean variables
7.37/7.51	c 8	CSP : 449 integers, 40888 booleans, 45175 clauses, largest domain size 26
7.37/7.51	c 8	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.36/8.55	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.36/8.58	c 9	45 (10%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
8.36/8.58	c 9	90 (20%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
8.36/8.58	c 9	135 (30%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
8.36/8.59	c 9	180 (40%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
8.36/8.59	c 9	225 (50%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
8.36/8.59	c 9	270 (60%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
8.36/8.59	c 9	315 (70%) CSP integer variables are encoded (7560 clauses, 96217 bytes)
8.36/8.59	c 9	360 (80%) CSP integer variables are encoded (8640 clauses, 110257 bytes)
8.36/8.59	c 9	405 (90%) CSP integer variables are encoded (9720 clauses, 124538 bytes)
8.36/8.59	c 9	449 (100%) CSP integer variables are encoded (10776 clauses, 140378 bytes)
264.93/267.48	c 268	4518 (10%) CSP clauses are encoded (2684481 clauses, 135440715 bytes)
265.14/267.69	c 268	9035 (20%) CSP clauses are encoded (2791673 clauses, 137483723 bytes)
265.33/267.90	c 268	13553 (30%) CSP clauses are encoded (2898866 clauses, 139550598 bytes)
265.63/268.11	c 269	18070 (40%) CSP clauses are encoded (3006033 clauses, 141611674 bytes)
265.83/268.33	c 269	22588 (50%) CSP clauses are encoded (3113251 clauses, 143752205 bytes)
266.02/268.54	c 269	27105 (60%) CSP clauses are encoded (3220418 clauses, 145891830 bytes)
266.23/268.76	c 269	31623 (70%) CSP clauses are encoded (3327611 clauses, 148038843 bytes)
266.42/268.97	c 269	36140 (80%) CSP clauses are encoded (3434803 clauses, 150193698 bytes)
266.62/269.19	c 270	40658 (90%) CSP clauses are encoded (3541996 clauses, 152384535 bytes)
266.92/269.41	c 270	45175 (100%) CSP clauses are encoded (3651563 clauses, 154576987 bytes)
266.92/269.41	c 270	45175 CSP clauses encoded
266.92/269.41	c 270	Writing map file : HOME/temp.map
266.92/269.43	c 270	Heap : 208 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
266.92/269.43	c 270	SAT : 52113 SAT variables, 3651563 SAT clauses, 154576987 bytes
266.92/269.43	c 270	Heap : 208 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
266.98/269.51	c 270	SOLVING HOME/temp.cnf
266.98/269.51	c 270	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
266.98/269.52	c 270	This is MiniSat 2.0 beta
266.98/269.52	c 270	WARNING: for repeatability, setting FPU to use double precision
266.98/269.52	c 270	============================[ Problem Statistics ]=============================
266.98/269.52	c 270	|                                                                             |
266.98/269.52	c 270	|  Number of variables:  52113                                                |
266.98/269.52	c 270	|  Number of clauses:    3651563                                              |
270.27/272.83	c 273	|  Parsing time:         2.91         s                                       |
270.46/273.05	c 273	============================[ Search Statistics ]==============================
270.46/273.05	c 273	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
270.46/273.05	c 273	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
270.46/273.05	c 273	===============================================================================
270.46/273.05	c 273	|         0 |   52113  3651563 26516916 |  1217187        0    nan |  0.000 % |
270.76/273.34	c 274	|       100 |   52112  3651563 26516916 |  1338906       99     14 |  0.002 % |
270.86/273.42	c 274	|       250 |   52112  3651563 26516916 |  1472797      249     11 |  0.002 % |
271.06/273.64	c 274	|       477 |   52111  3651563 26516916 |  1620076      475      9 |  0.004 % |
271.26/273.80	c 274	|       817 |   52111  3651563 26516916 |  1782084      815     10 |  0.004 % |
271.26/273.89	c 274	|      1324 |   52111  3651563 26516916 |  1960292     1322     10 |  0.004 % |
271.56/274.14	c 275	|      2083 |   52111  3651563 26516916 |  2156322     2081     10 |  0.004 % |
271.96/274.58	c 275	|      3222 |   52111  3651563 26516916 |  2371954     3220     10 |  0.004 % |
272.36/274.98	c 275	|      4930 |   52111  3651563 26516916 |  2609149     4928     10 |  0.004 % |
272.75/275.36	c 276	|      7492 |   52111  3651563 26516916 |  2870064     7490     10 |  0.004 % |
273.35/275.93	c 276	|     11337 |   52111  3651563 26516916 |  3157071    11335     10 |  0.004 % |
273.95/276.53	c 277	|     17105 |   52111  3651563 26516916 |  3472778    17103     10 |  0.004 % |
275.35/277.96	c 278	|     25755 |   52111  3651563 26516916 |  3820056    25753     10 |  0.004 % |
285.69/288.35	c 289	|     38729 |   52111  3651563 26516916 |  4202061    38727     12 |  0.004 % |
308.47/311.24	c 312	|     58191 |   52111  3651563 26516916 |  4622268    58189     13 |  0.004 % |
334.44/337.36	c 338	|     87383 |   52109  3651563 26516916 |  5084494    87380     13 |  0.008 % |
342.50/345.49	c 346	|    131172 |   52109  3651563 26516916 |  5592944   131169     13 |  0.008 % |
362.21/365.22	c 366	|    196857 |   52108  3651563 26516916 |  6152238   196853     13 |  0.010 % |
428.85/432.23	c 433	|    295384 |   52107  3651563 26516916 |  6767462   295379     14 |  0.012 % |
706.58/711.37	c 712	|    443174 |   52105  3650024 26510507 |  7444209   413361     15 |  0.015 % |
1033.07/1039.43	c 1040	|    664857 |   52101  3650024 26510507 |  8188629   635039     16 |  0.025 % |
1800.02/1809.52	c ERROR INTERRUPTED
1800.02/1809.56	s UNKNOWN
1800.02/1809.56	c 1810	CPU 265.45 (0.04 0 265.41 1.57)
1800.02/1809.56	c 1810	END Fri Jul  4 08:28:21 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-1067758-1215151091/watcher-1067758-1215151091 -o /tmp/evaluation-result-1067758-1215151091/solver-1067758-1215151091 -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-1067758-1215151091.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 2035
/proc/meminfo: memFree=1622560/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=12268 CPUtime=0
/proc/2035/stat : 2035 (sugar) D 2033 2035 30606 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1994080892 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/2035/statm: 3067 316 241 3 0 167 0

[startup+0.0996131 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 2035
/proc/meminfo: memFree=1622560/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.03
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994080892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101626 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 2035
/proc/meminfo: memFree=1622560/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.03
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994080892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301669 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 2035
/proc/meminfo: memFree=1622560/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.03
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994080892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701749 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 2035
/proc/meminfo: memFree=1622560/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.03
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994080892 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.99 1.97 1.91 3/92 2059
/proc/meminfo: memFree=1615240/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.85
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 973 8312 0 1 3 0 77 5 16 0 1 0 1994080892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 797 370 3 0 500 0
[pid=2048] ppid=2035 vsize=5356 CPUtime=0
/proc/2048/stat : 2048 (sh) S 2035 2035 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994080981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2048/statm: 1339 233 193 169 0 50 0
[pid=2049] ppid=2048 vsize=864080 CPUtime=0.58
/proc/2049/stat : 2049 (java) S 2048 2035 30606 0 -1 0 6550 0 1 0 55 3 0 0 18 0 9 0 1994080982 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 216020 5803 2532 9 0 210602 0
[pid=2049/tid=2050] ppid=2048 vsize=864080 CPUtime=0.37
/proc/2049/task/2050/stat : 2050 (java) R 2048 2035 30606 0 -1 64 2495 0 1 0 36 1 0 0 22 0 9 0 1994080983 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2051] ppid=2048 vsize=864080 CPUtime=0.12
/proc/2049/task/2051/stat : 2051 (java) R 2048 2035 30606 0 -1 64 3023 0 0 0 11 1 0 0 16 0 9 0 1994080984 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 102469683 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2048 vsize=864080 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2048 vsize=864080 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994080984 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2054] ppid=2048 vsize=864080 CPUtime=0
/proc/2049/task/2054/stat : 2054 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994080986 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2048 vsize=864080 CPUtime=0.07
/proc/2049/task/2055/stat : 2055 (java) S 2048 2035 30606 0 -1 64 335 0 0 0 7 0 0 0 17 0 9 0 1994080986 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2048 vsize=864080 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2048 2035 30606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994080986 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2059] ppid=2048 vsize=864080 CPUtime=0
/proc/2049/task/2059/stat : 2059 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994080986 884817920 5803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883036

[startup+3.10222 s]
/proc/loadavg: 1.99 1.97 1.91 4/92 2059
/proc/meminfo: memFree=1591432/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.85
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 973 8312 0 1 3 0 77 5 15 0 1 0 1994080892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 797 370 3 0 500 0
[pid=2048] ppid=2035 vsize=5356 CPUtime=0
/proc/2048/stat : 2048 (sh) S 2035 2035 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994080981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2048/statm: 1339 233 193 169 0 50 0
[pid=2049] ppid=2048 vsize=864180 CPUtime=2.17
/proc/2049/stat : 2049 (java) S 2048 2035 30606 0 -1 0 16927 0 1 0 208 9 0 0 18 0 9 0 1994080982 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 216045 16110 2540 9 0 210620 0
[pid=2049/tid=2050] ppid=2048 vsize=864180 CPUtime=0.98
/proc/2049/task/2050/stat : 2050 (java) R 2048 2035 30606 0 -1 64 3216 0 1 0 96 2 0 0 25 0 9 0 1994080983 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 103215281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2051] ppid=2048 vsize=864180 CPUtime=1.08
/proc/2049/task/2051/stat : 2051 (java) S 2048 2035 30606 0 -1 64 12670 0 0 0 102 6 0 0 17 0 9 0 1994080984 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2048 vsize=864180 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2048 vsize=864180 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994080984 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2054] ppid=2048 vsize=864180 CPUtime=0
/proc/2049/task/2054/stat : 2054 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994080986 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2048 vsize=864180 CPUtime=0.09
/proc/2049/task/2055/stat : 2055 (java) S 2048 2035 30606 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1994080986 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2048 vsize=864180 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2048 2035 30606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994080986 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2059] ppid=2048 vsize=864180 CPUtime=0
/proc/2049/task/2059/stat : 2059 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994080986 884920320 16110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883136

[startup+6.30284 s]
/proc/loadavg: 1.99 1.97 1.91 4/92 2059
/proc/meminfo: memFree=1486664/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.85
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 973 8312 0 1 3 0 77 5 16 0 1 0 1994080892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 797 370 3 0 500 0
[pid=2048] ppid=2035 vsize=5356 CPUtime=0
/proc/2048/stat : 2048 (sh) S 2035 2035 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994080981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2048/statm: 1339 233 193 169 0 50 0
[pid=2049] ppid=2048 vsize=868416 CPUtime=5.34
/proc/2049/stat : 2049 (java) S 2048 2035 30606 0 -1 0 46687 0 1 0 511 23 0 0 18 0 9 0 1994080982 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 217104 35588 2540 9 0 211679 0
[pid=2049/tid=2050] ppid=2048 vsize=868416 CPUtime=1.92
/proc/2049/task/2050/stat : 2050 (java) R 2048 2035 30606 0 -1 64 4422 0 1 0 189 3 0 0 24 0 9 0 1994080983 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2051] ppid=2048 vsize=868416 CPUtime=3.2
/proc/2049/task/2051/stat : 2051 (java) R 2048 2035 30606 0 -1 64 40102 0 0 0 302 18 0 0 16 0 9 0 1994080984 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 104187962 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2048 vsize=868416 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2048 vsize=868416 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2054] ppid=2048 vsize=868416 CPUtime=0
/proc/2049/task/2054/stat : 2054 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994080986 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2048 vsize=868416 CPUtime=0.19
/proc/2049/task/2055/stat : 2055 (java) S 2048 2035 30606 0 -1 64 1466 0 0 0 19 0 0 0 16 0 9 0 1994080986 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2048 vsize=868416 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2048 2035 30606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994080986 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2059] ppid=2048 vsize=868416 CPUtime=0
/proc/2049/task/2059/stat : 2059 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994080986 889257984 35588 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887372

[startup+12.7021 s]
/proc/loadavg: 1.99 1.97 1.91 3/92 2059
/proc/meminfo: memFree=1440264/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.85
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 974 8312 0 1 3 0 77 5 16 0 1 0 1994080892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 797 370 3 0 500 0
[pid=2048] ppid=2035 vsize=5356 CPUtime=0
/proc/2048/stat : 2048 (sh) S 2035 2035 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994080981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2048/statm: 1339 233 193 169 0 50 0
[pid=2049] ppid=2048 vsize=868528 CPUtime=11.67
/proc/2049/stat : 2049 (java) S 2048 2035 30606 0 -1 0 66613 0 2 0 1131 36 0 0 18 0 9 0 1994080982 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 217132 46174 2567 9 0 211679 0
[pid=2049/tid=2050] ppid=2048 vsize=868528 CPUtime=6.54
/proc/2049/task/2050/stat : 2050 (java) R 2048 2035 30606 0 -1 64 4879 0 2 0 648 6 0 0 25 0 9 0 1994080983 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4126988575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2051] ppid=2048 vsize=868528 CPUtime=4.83
/proc/2049/task/2051/stat : 2051 (java) S 2048 2035 30606 0 -1 64 59528 0 0 0 456 27 0 0 16 0 9 0 1994080984 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2054] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2054/stat : 2054 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994080986 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2048 vsize=868528 CPUtime=0.27
/proc/2049/task/2055/stat : 2055 (java) S 2048 2035 30606 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 1994080986 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2048 2035 30606 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994080986 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2059] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2059/stat : 2059 (java) S 2048 2035 30606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994080986 889372672 46174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887484

[startup+25.5016 s]
/proc/loadavg: 1.99 1.97 1.91 3/92 2059
/proc/meminfo: memFree=1429640/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=0.85
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 974 8312 0 1 3 0 77 5 16 0 1 0 1994080892 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2035/statm: 3400 797 370 3 0 500 0
[pid=2048] ppid=2035 vsize=5356 CPUtime=0
/proc/2048/stat : 2048 (sh) S 2035 2035 30606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994080981 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2048/statm: 1339 233 193 169 0 50 0
[pid=2049] ppid=2048 vsize=868528 CPUtime=24.33
/proc/2049/stat : 2049 (java) S 2048 2035 30606 0 -1 0 66677 0 2 0 2391 42 0 0 18 0 9 0 1994080982 889372672 46185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 217132 46185 2567 9 0 211679 0
[pid=2049/tid=2050] ppid=2048 vsize=868528 CPUtime=18.92
/proc/2049/task/2050/stat : 2050 (java) R 2048 2035 30606 0 -1 64 4933 0 2 0 1880 12 0 0 25 0 9 0 1994080983 889372672 46185 996147200 134512640 134550740 4294955952 18446744073709551615 4126616993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2051] ppid=2048 vsize=868528 CPUtime=5.1
/proc/2049/task/2051/stat : 2051 (java) S 2048 2035 30606 0 -1 64 59535 0 0 0 483 27 0 0 16 0 9 0 1994080984 889372672 46185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889372672 46185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2048 vsize=868528 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2048 2035 30606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994080984 889372672 46185 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=325608 CPUtime=1147.37
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 78931 0 0 0 114673 64 0 0 25 0 1 0 1994107844 333422592 78917 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 81402 78917 76 150 0 81249 0
Current children cumulated CPU time (s) 1414.39
Current children cumulated vsize (KiB) 344564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1291344/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=328104 CPUtime=1207.13
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 79556 0 0 0 120648 65 0 0 25 0 1 0 1994107844 335978496 79542 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 82026 79542 76 150 0 81873 0
Current children cumulated CPU time (s) 1474.15
Current children cumulated vsize (KiB) 347060

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1288912/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=330504 CPUtime=1266.89
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 80150 0 0 0 126623 66 0 0 25 0 1 0 1994107844 338436096 80136 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 82626 80136 76 150 0 82473 0
Current children cumulated CPU time (s) 1533.91
Current children cumulated vsize (KiB) 349460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1287056/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=332228 CPUtime=1326.64
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 80612 0 0 0 132598 66 0 0 25 0 1 0 1994107844 340201472 80598 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 83057 80598 76 150 0 82904 0
Current children cumulated CPU time (s) 1593.66
Current children cumulated vsize (KiB) 351184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1285008/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=334100 CPUtime=1386.39
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 81072 0 0 0 138572 67 0 0 25 0 1 0 1994107844 342118400 81058 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 83525 81058 76 150 0 83372 0
Current children cumulated CPU time (s) 1653.41
Current children cumulated vsize (KiB) 353056

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1282832/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=336192 CPUtime=1446.15
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 81611 0 0 0 144548 67 0 0 25 0 1 0 1994107844 344260608 81597 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 84048 81597 76 150 0 83895 0
Current children cumulated CPU time (s) 1713.17
Current children cumulated vsize (KiB) 355148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1280976/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=337872 CPUtime=1505.91
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 82040 0 0 0 150523 68 0 0 25 0 1 0 1994107844 345980928 82026 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 84468 82026 76 150 0 84315 0
Current children cumulated CPU time (s) 1772.93
Current children cumulated vsize (KiB) 356828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1280336/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=338408 CPUtime=1533
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 82204 0 0 0 153232 68 0 0 25 0 1 0 1994107844 346529792 82190 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 84602 82190 76 150 0 84449 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 357364

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

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1280336/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.02
/proc/2035/stat : 2035 (sugar) S 2033 2035 30606 0 -1 4194304 1034 107793 0 3 4 0 26541 157 16 0 1 0 1994080892 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2035/statm: 3400 799 370 3 0 500 0
[pid=2066] ppid=2035 vsize=5356 CPUtime=0
/proc/2066/stat : 2066 (sh) S 2035 2035 30606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994107844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2066/statm: 1339 232 193 169 0 50 0
[pid=2067] ppid=2066 vsize=338408 CPUtime=1533
/proc/2067/stat : 2067 (minisat) R 2066 2035 30606 0 -1 4194304 82204 0 0 0 153232 68 0 0 25 0 1 0 1994107844 346529792 82190 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2067/statm: 84602 82190 76 150 0 84449 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 357364

# WARNING:
# current cumulated CPU time (267.08 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 (1532.94 s) to the 'lost time'.

[startup+1809.62 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1280336/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.08
/proc/2035/stat : 2035 (sugar) R 2033 2035 30606 0 -1 4194304 1069 108070 0 3 4 6 26541 157 16 0 1 0 1994080892 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2035/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 267.08
Current children cumulated vsize (KiB) 13600

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

[startup+1809.62 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 2180
/proc/meminfo: memFree=1280336/2055920 swapFree=4179416/4192956
[pid=2035] ppid=2033 vsize=13600 CPUtime=267.08
/proc/2035/stat : 2035 (sugar) R 2033 2035 30606 0 -1 4194304 1069 108070 0 3 4 6 26541 157 16 0 1 0 1994080892 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2035/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 267.08
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): 1532.94
#  lost CPU user time (s): 1532.32
#  lost CPU system time (s): 0.62

Real time (s): 1809.64
CPU time (s): 1800.06
CPU user time (s): 1797.78
CPU system time (s): 2.27675
CPU usage (%): 99.4706
Max. virtual memory (cumulated for all children) (KiB): 908052

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

runsolver used 1.9577 second user time and 5.52516 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 07:58:11
IDJOB=1067758
IDBENCH=55441
IDSOLVER=346
FILE ID=node62/1067758-1215151091
PBS_JOBID= 7877343
Free space on /tmp= 65296 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-04.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-1067758-1215151091/watcher-1067758-1215151091 -o /tmp/evaluation-result-1067758-1215151091/solver-1067758-1215151091 -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-1067758-1215151091.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 60de36950254e9d89851a191e6b5db44
RANDOM SEED=1322809965

node62.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.259
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.259
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:       1623104 kB
Buffers:         13904 kB
Cached:         108148 kB
SwapCached:       7080 kB
Active:         341940 kB
Inactive:        32116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623104 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:         267780 kB
Slab:            42800 kB
Committed_AS:  4431008 kB
PageTables:       2812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65296 MiB
End job on node62 at 2008-07-04 08:28:23