Trace number 1090245

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.11 1805.13

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-15.xml
MD5SUM5e4ce9506949e8914025344dff802882
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:15:52 2008
0.00/0.04	c 0	PID 1905
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090245-1215270952.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-1090245-1215270952.xml' 'HOME/temp.csp'
0.03/0.69	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.66/0.81	c 1	Parsing HOME/temp.csp
0.66/0.99	c 1	parsed 2243 expressions
0.90/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.00	c 1	Converting to clausal form CSP
0.90/1.06	c 1	converted 225 (10%) expressions
1.00/1.17	c 1	converted 449 (20%) expressions
1.09/1.20	c 1	converted 673 (30%) expressions
1.09/1.22	c 1	converted 898 (40%) expressions
1.09/1.23	c 1	converted 1122 (50%) expressions
1.09/1.24	c 1	converted 1346 (60%) expressions
1.09/1.24	c 1	converted 1571 (70%) expressions
1.09/1.25	c 1	converted 1795 (80%) expressions
1.09/1.26	c 1	converted 2019 (90%) expressions
1.09/1.26	c 1	converted 2243 (100%) expressions
1.09/1.26	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 15
1.09/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.26	c 1	Propagation in CSP
1.19/1.30	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.19/1.30	c 1	CSP : 128 integers, 0 booleans, 2113 clauses, largest domain size 15
1.19/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.19/1.34	c 1	CSP : 128 integers, 4226 booleans, 6339 clauses, largest domain size 15
1.19/1.34	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.40	c 1	13 (10%) CSP integer variables are encoded (169 clauses, 1723 bytes)
1.29/1.40	c 1	26 (20%) CSP integer variables are encoded (338 clauses, 3582 bytes)
1.29/1.40	c 1	39 (30%) CSP integer variables are encoded (507 clauses, 5441 bytes)
1.29/1.40	c 1	52 (40%) CSP integer variables are encoded (676 clauses, 7300 bytes)
1.29/1.40	c 1	64 (50%) CSP integer variables are encoded (832 clauses, 9016 bytes)
1.29/1.41	c 1	77 (60%) CSP integer variables are encoded (1001 clauses, 11022 bytes)
1.29/1.41	c 1	90 (70%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
1.29/1.41	c 1	103 (80%) CSP integer variables are encoded (1339 clauses, 15416 bytes)
1.29/1.41	c 1	116 (90%) CSP integer variables are encoded (1508 clauses, 17613 bytes)
1.29/1.41	c 1	128 (100%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.29/1.45	c 1	634 (10%) CSP clauses are encoded (8220 clauses, 122432 bytes)
1.29/1.48	c 1	1268 (20%) CSP clauses are encoded (14776 clauses, 232371 bytes)
1.39/1.50	c 1	1902 (30%) CSP clauses are encoded (21318 clauses, 341751 bytes)
1.39/1.52	c 2	2536 (40%) CSP clauses are encoded (27874 clauses, 452181 bytes)
1.39/1.54	c 2	3170 (50%) CSP clauses are encoded (34430 clauses, 562779 bytes)
1.39/1.55	c 2	3804 (60%) CSP clauses are encoded (40972 clauses, 673585 bytes)
1.39/1.57	c 2	4438 (70%) CSP clauses are encoded (47528 clauses, 785265 bytes)
1.39/1.58	c 2	5072 (80%) CSP clauses are encoded (54084 clauses, 900357 bytes)
1.49/1.60	c 2	5706 (90%) CSP clauses are encoded (60626 clauses, 1018529 bytes)
1.49/1.62	c 2	6339 (100%) CSP clauses are encoded (67167 clauses, 1136689 bytes)
1.49/1.62	c 2	6339 CSP clauses encoded
1.49/1.62	c 2	Writing map file : HOME/temp.map
1.49/1.62	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.62	c 2	SAT : 6018 SAT variables, 67167 SAT clauses, 1136689 bytes
1.49/1.62	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.68	c 2	SOLVING HOME/temp.cnf
1.49/1.68	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.68	c 2	This is MiniSat 2.0 beta
1.49/1.68	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.68	c 2	============================[ Problem Statistics ]=============================
1.49/1.68	c 2	|                                                                             |
1.49/1.68	c 2	|  Number of variables:  6018                                                 |
1.49/1.68	c 2	|  Number of clauses:    67167                                                |
1.53/1.72	c 2	|  Parsing time:         0.03         s                                       |
1.53/1.72	c 2	============================[ Search Statistics ]==============================
1.53/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.72	c 2	===============================================================================
1.53/1.72	c 2	|         0 |    6018    67167   189272 |    22389        0    nan |  0.000 % |
1.53/1.74	c 2	|       100 |    6018    67167   189272 |    24627      100     13 |  0.000 % |
1.53/1.75	c 2	|       251 |    6018    67167   189272 |    27090      251     10 |  0.000 % |
1.53/1.77	c 2	|       478 |    6018    67167   189272 |    29799      478      9 |  0.000 % |
1.53/1.78	c 2	|       815 |    6018    67167   189272 |    32779      815      8 |  0.000 % |
1.53/1.80	c 2	|      1322 |    6018    67167   189272 |    36057     1322      8 |  0.000 % |
1.53/1.84	c 2	|      2081 |    6018    67167   189272 |    39663     2081      9 |  0.000 % |
1.53/1.93	c 2	|      3221 |    6018    67167   189272 |    43629     3221     10 |  0.000 % |
1.53/2.03	c 2	|      4929 |    6018    67167   189272 |    47992     4929     11 |  0.000 % |
2.03/2.24	c 2	|      7491 |    6018    67167   189272 |    52792     7491     11 |  0.000 % |
2.22/2.45	c 2	|     11337 |    6018    67167   189272 |    58071    11337     11 |  0.000 % |
2.52/2.78	c 3	|     17104 |    6018    67167   189272 |    63878    17104     11 |  0.000 % |
3.90/4.14	c 4	|     25753 |    6018    67167   189272 |    70266    25753     12 |  0.000 % |
5.09/5.40	c 5	|     38727 |    6018    67167   189272 |    77292    38727     12 |  0.000 % |
9.84/10.14	c 10	|     58188 |    6018    67167   189272 |    85022    58188     13 |  0.000 % |
18.66/19.09	c 19	|     87381 |    6018    67167   189272 |    93524    18246     14 |  0.000 % |
29.27/29.72	c 30	|    131170 |    6018    67167   189272 |   102876    62035     14 |  0.000 % |
54.52/55.27	c 55	|    196855 |    6018    67167   189272 |   113164    41516     14 |  0.000 % |
93.56/94.65	c 95	|    295381 |    6018    67167   189272 |   124480    42057     15 |  0.000 % |
192.02/194.08	c 194	|    443170 |    6018    67167   189272 |   136929    81660     15 |  0.000 % |
304.86/307.99	c 308	|    664853 |    6018    67167   189272 |   150621    63913     15 |  0.000 % |
511.44/516.05	c 516	|    997378 |    6018    67167   189272 |   165684   130633     13 |  0.000 % |
812.12/816.89	c 817	|   1496167 |    6018    67167   189272 |   182252    30109     13 |  0.000 % |
1263.35/1268.20	c 1268	|   2244349 |    6018    67167   189272 |   200477   120434     14 |  0.000 % |
1800.06/1805.11	sh: line 1:  1930 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1805.11	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1805.11	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1805.12	c ERROR INTERRUPTED
1800.06/1805.12	s UNKNOWN
1800.06/1805.12	c 1805	CPU 1799.84 (0.03 0 1799.81 0.24)
1800.06/1805.12	c 1805	END Sat Jul  5 17:45:57 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-1090245-1215270952/watcher-1090245-1215270952 -o /tmp/evaluation-result-1090245-1215270952/solver-1090245-1215270952 -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-1090245-1215270952.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: 2.00 2.00 2.00 4/73 1905
/proc/meminfo: memFree=1644768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=12268 CPUtime=0
/proc/1905/stat : 1905 (sugar) R 1903 1905 32709 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006070366 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1905/statm: 3067 316 241 3 0 167 0

[startup+0.099207 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1905
/proc/meminfo: memFree=1644768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=0.03
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006070366 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102205 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1905
/proc/meminfo: memFree=1644768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=0.03
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006070366 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302222 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1905
/proc/meminfo: memFree=1644768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=0.03
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006070366 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702267 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1905
/proc/meminfo: memFree=1644768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=0.03
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 2006070366 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1928
/proc/meminfo: memFree=1636424/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=0.66
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 974 5147 0 1 3 0 59 4 15 0 1 0 2006070366 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 797 370 3 0 500 0
[pid=1919] ppid=1905 vsize=5356 CPUtime=0
/proc/1919/stat : 1919 (sh) S 1905 1905 32709 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006070440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1919/statm: 1339 233 193 169 0 50 0
[pid=1920] ppid=1919 vsize=868380 CPUtime=0.73
/proc/1920/stat : 1920 (java) S 1919 1905 32709 0 -1 0 6818 0 1 0 69 4 0 0 18 0 9 0 2006070440 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1920/statm: 217095 6048 2562 9 0 211642 0
[pid=1920/tid=1921] ppid=1919 vsize=868380 CPUtime=0.42
/proc/1920/task/1921/stat : 1921 (java) R 1919 1905 32709 0 -1 64 2714 0 1 0 41 1 0 0 22 0 9 0 2006070441 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4126908044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1922] ppid=1919 vsize=868380 CPUtime=0.07
/proc/1920/task/1922/stat : 1922 (java) S 1919 1905 32709 0 -1 64 1948 0 0 0 6 1 0 0 16 0 9 0 2006070442 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1923] ppid=1919 vsize=868380 CPUtime=0
/proc/1920/task/1923/stat : 1923 (java) S 1919 1905 32709 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006070442 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1924] ppid=1919 vsize=868380 CPUtime=0
/proc/1920/task/1924/stat : 1924 (java) S 1919 1905 32709 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006070442 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1925] ppid=1919 vsize=868380 CPUtime=0
/proc/1920/task/1925/stat : 1925 (java) S 1919 1905 32709 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006070444 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1926] ppid=1919 vsize=868380 CPUtime=0.2
/proc/1920/task/1926/stat : 1926 (java) S 1919 1905 32709 0 -1 64 1462 0 0 0 20 0 0 0 16 0 9 0 2006070444 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1927] ppid=1919 vsize=868380 CPUtime=0
/proc/1920/task/1927/stat : 1927 (java) S 1919 1905 32709 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006070444 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1920/tid=1928] ppid=1919 vsize=868380 CPUtime=0
/proc/1920/task/1928/stat : 1928 (java) S 1919 1905 32709 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006070444 889221120 6048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887336

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1636488/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 15 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=6680 CPUtime=1.39
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 1557 0 0 0 139 0 0 0 25 0 1 0 2006070534 6840320 1543 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 1670 1543 76 150 0 1517 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 25636

[startup+6.30186 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1633608/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=8904 CPUtime=4.55
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 2094 0 0 0 455 0 0 0 25 0 1 0 2006070534 9117696 2080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 2226 2080 76 150 0 2073 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 27860

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1631048/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=11152 CPUtime=10.9
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 2667 0 0 0 1089 1 0 0 25 0 1 0 2006070534 11419648 2653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 2788 2653 76 150 0 2635 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 30108

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1629320/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=12804 CPUtime=23.57
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 3073 0 0 0 2356 1 0 0 25 0 1 0 2006070534 13111296 3059 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 3201 3059 76 150 0 3048 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 31760

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1626952/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=15392 CPUtime=48.94
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 3693 0 0 0 4892 2 0 0 25 0 1 0 2006070534 15761408 3679 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 3848 3679 76 150 0 3695 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 34348

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1624904/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=17216 CPUtime=99.66
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 4156 0 0 0 9963 3 0 0 25 0 1 0 2006070534 17629184 4142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 4304 4142 76 150 0 4151 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 36172

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1622856/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=19276 CPUtime=159.09
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 4650 0 0 0 15906 3 0 0 25 0 1 0 2006070534 19738624 4636 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/1930/statm: 4819 4636 76 150 0 4666 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 38232

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1930
/proc/meminfo: memFree=1622088/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=32844 CPUtime=1295.91
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 7766 0 0 0 129580 11 0 0 25 0 1 0 2006070534 33632256 7744 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 8211 7744 76 150 0 8058 0
Current children cumulated CPU time (s) 1297.44
Current children cumulated vsize (KiB) 51800

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2167
/proc/meminfo: memFree=1571264/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=35072 CPUtime=1355.89
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8289 0 0 0 135577 12 0 0 25 0 1 0 2006070534 35913728 8267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 8768 8267 76 150 0 8615 0
Current children cumulated CPU time (s) 1357.42
Current children cumulated vsize (KiB) 54028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1570240/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=36088 CPUtime=1415.87
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8542 0 0 0 141575 12 0 0 25 0 1 0 2006070534 36954112 8520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9022 8520 76 150 0 8869 0
Current children cumulated CPU time (s) 1417.4
Current children cumulated vsize (KiB) 55044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1570048/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=36228 CPUtime=1475.84
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8594 0 0 0 147572 12 0 0 25 0 1 0 2006070534 37097472 8564 996147200 134512640 135127466 4294956256 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9057 8564 76 150 0 8904 0
Current children cumulated CPU time (s) 1477.37
Current children cumulated vsize (KiB) 55184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1569600/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=36904 CPUtime=1535.82
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8733 0 0 0 153570 12 0 0 25 0 1 0 2006070534 37789696 8695 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9226 8695 76 150 0 9073 0
Current children cumulated CPU time (s) 1537.35
Current children cumulated vsize (KiB) 55860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1569536/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=36904 CPUtime=1595.8
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8736 0 0 0 159567 13 0 0 25 0 1 0 2006070534 37789696 8698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9226 8698 76 150 0 9073 0
Current children cumulated CPU time (s) 1597.33
Current children cumulated vsize (KiB) 55860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1569472/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=37084 CPUtime=1655.77
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8776 0 0 0 165564 13 0 0 25 0 1 0 2006070534 37974016 8738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9271 8738 76 150 0 9118 0
Current children cumulated CPU time (s) 1657.3
Current children cumulated vsize (KiB) 56040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1569152/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=37504 CPUtime=1715.75
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8848 0 0 0 171562 13 0 0 25 0 1 0 2006070534 38404096 8810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9376 8810 76 150 0 9223 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 56460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1568768/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=37848 CPUtime=1775.73
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8923 0 0 0 177560 13 0 0 25 0 1 0 2006070534 38756352 8885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9462 8885 76 150 0 9309 0
Current children cumulated CPU time (s) 1777.26
Current children cumulated vsize (KiB) 56804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1568640/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=37928 CPUtime=1798.53
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8927 0 0 0 179840 13 0 0 25 0 1 0 2006070534 38838272 8889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9482 8889 76 150 0 9329 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56884

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

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

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2169
/proc/meminfo: memFree=1568640/2055920 swapFree=4180056/4192956
[pid=1905] ppid=1903 vsize=13600 CPUtime=1.53
/proc/1905/stat : 1905 (sugar) S 1903 1905 32709 0 -1 4194304 1032 12303 0 2 3 0 141 9 16 0 1 0 2006070366 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1905/statm: 3400 798 370 3 0 500 0
[pid=1929] ppid=1905 vsize=5356 CPUtime=0
/proc/1929/stat : 1929 (sh) S 1905 1905 32709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006070534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1929/statm: 1339 232 193 169 0 50 0
[pid=1930] ppid=1929 vsize=37928 CPUtime=1798.53
/proc/1930/stat : 1930 (minisat) R 1929 1905 32709 0 -1 4194304 8927 0 0 0 179840 13 0 0 25 0 1 0 2006070534 38838272 8889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1930/statm: 9482 8889 76 150 0 9329 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56884

Child status: 0
Real time (s): 1805.13
CPU time (s): 1800.11
CPU user time (s): 1799.86
CPU system time (s): 0.25696
CPU usage (%): 99.7222
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22715
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= 2086
involuntary context switches= 17356

runsolver used 2.40763 second user time and 5.81811 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 17:15:52
IDJOB=1090245
IDBENCH=58427
IDSOLVER=346
FILE ID=node7/1090245-1215270952
PBS_JOBID= 7882124
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-15.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-1090245-1215270952/watcher-1090245-1215270952 -o /tmp/evaluation-result-1090245-1215270952/solver-1090245-1215270952 -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-1090245-1215270952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4ce9506949e8914025344dff802882
RANDOM SEED=608078258

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1645248 kB
Buffers:         70272 kB
Cached:         269348 kB
SwapCached:       7384 kB
Active:         213984 kB
Inactive:       139432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645248 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          20808 kB
Slab:            42464 kB
Committed_AS:  3510708 kB
PageTables:       1872 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= 66520 MiB
End job on node7 at 2008-07-05 17:45:59