Trace number 1088649

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.01 1802.23

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-13.xml
MD5SUM8548974883c278e82435753f5bbb2c5f
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.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints19095
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19095
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 14:05:57 2008
0.00/0.04	c 0	PID 7351
0.03/0.05	c 0	HOST node25.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1088649-1215259557.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088649-1215259557.xml' 'HOME/temp.csp'
1.26/1.37	c 2	1 domains, 385 variables, 1 predicates, 0 relations, 19095 constraints
1.33/1.42	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.33/1.42	c 2	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'
1.33/1.50	c 2	Parsing HOME/temp.csp
1.34/1.92	c 2	parsed 10000 expressions
2.01/2.12	c 2	parsed 19482 expressions
2.01/2.12	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.12	c 2	Converting to clausal form CSP
2.20/2.37	c 3	converted 1949 (10%) expressions
2.30/2.42	c 3	converted 3897 (20%) expressions
2.41/2.53	c 3	converted 5845 (30%) expressions
2.41/2.58	c 3	converted 7793 (40%) expressions
2.51/2.63	c 3	converted 9741 (50%) expressions
2.51/2.69	c 3	converted 11690 (60%) expressions
2.70/2.81	c 3	converted 13638 (70%) expressions
2.70/2.87	c 3	converted 15586 (80%) expressions
2.80/2.92	c 3	converted 17534 (90%) expressions
2.80/2.97	c 3	converted 19482 (100%) expressions
2.80/2.97	c 3	CSP : 385 integers, 0 booleans, 19095 clauses, largest domain size 13
2.80/2.97	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.97	c 3	Propagation in CSP
2.99/3.13	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.13	c 3	CSP : 385 integers, 0 booleans, 19095 clauses, largest domain size 13
2.99/3.13	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.14	c 3	Simplifing CSP by introducing new Boolean variables
3.29/3.48	c 4	CSP : 385 integers, 38190 booleans, 57285 clauses, largest domain size 13
3.29/3.48	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.48/3.67	c 4	39 (10%) CSP integer variables are encoded (429 clauses, 4585 bytes)
3.48/3.67	c 4	77 (20%) CSP integer variables are encoded (847 clauses, 9183 bytes)
3.48/3.67	c 4	116 (30%) CSP integer variables are encoded (1276 clauses, 14623 bytes)
3.48/3.67	c 4	154 (40%) CSP integer variables are encoded (1694 clauses, 20057 bytes)
3.48/3.67	c 4	193 (50%) CSP integer variables are encoded (2123 clauses, 25634 bytes)
3.48/3.68	c 4	231 (60%) CSP integer variables are encoded (2541 clauses, 31068 bytes)
3.48/3.68	c 4	270 (70%) CSP integer variables are encoded (2970 clauses, 36645 bytes)
3.48/3.68	c 4	308 (80%) CSP integer variables are encoded (3388 clauses, 42079 bytes)
3.48/3.68	c 4	347 (90%) CSP integer variables are encoded (3817 clauses, 47656 bytes)
3.48/3.68	c 4	385 (100%) CSP integer variables are encoded (4235 clauses, 53090 bytes)
3.69/3.85	c 4	5729 (10%) CSP clauses are encoded (55804 clauses, 905992 bytes)
3.78/3.97	c 4	11457 (20%) CSP clauses are encoded (107348 clauses, 1808108 bytes)
3.87/4.08	c 4	17186 (30%) CSP clauses are encoded (158917 clauses, 2736232 bytes)
4.08/4.20	c 4	22914 (40%) CSP clauses are encoded (210461 clauses, 3678944 bytes)
4.17/4.32	c 5	28643 (50%) CSP clauses are encoded (262030 clauses, 4656850 bytes)
4.28/4.44	c 5	34371 (60%) CSP clauses are encoded (313574 clauses, 5634272 bytes)
4.37/4.56	c 5	40100 (70%) CSP clauses are encoded (365143 clauses, 6612178 bytes)
4.47/4.68	c 5	45828 (80%) CSP clauses are encoded (416687 clauses, 7589600 bytes)
4.58/4.79	c 5	51557 (90%) CSP clauses are encoded (468256 clauses, 8567506 bytes)
4.77/4.91	c 5	57285 (100%) CSP clauses are encoded (519800 clauses, 9544928 bytes)
4.77/4.91	c 5	57285 CSP clauses encoded
4.77/4.91	c 5	Writing map file : HOME/temp.map
4.77/4.93	c 5	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.93	c 5	SAT : 42810 SAT variables, 519800 SAT clauses, 9544928 bytes
4.77/4.93	c 5	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.95	c 5	SOLVING HOME/temp.cnf
4.77/4.95	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.77/4.95	c 5	This is MiniSat 2.0 beta
4.77/4.95	c 5	WARNING: for repeatability, setting FPU to use double precision
4.77/4.95	c 5	============================[ Problem Statistics ]=============================
4.77/4.95	c 5	|                                                                             |
4.77/4.95	c 5	|  Number of variables:  42810                                                |
4.77/4.95	c 5	|  Number of clauses:    519800                                               |
4.83/5.23	c 5	|  Parsing time:         0.24         s                                       |
4.83/5.24	c 5	============================[ Search Statistics ]==============================
4.83/5.24	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.83/5.24	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.83/5.24	c 5	===============================================================================
4.83/5.24	c 5	|         0 |   42810   519800  1459690 |   173266        0    nan |  0.000 % |
5.26/5.42	c 6	|       100 |   42810   519800  1459690 |   190593      100     13 |  0.000 % |
5.26/5.48	c 6	|       253 |   42810   519800  1459690 |   209652      253      9 |  0.000 % |
5.46/5.60	c 6	|       478 |   42810   519800  1459690 |   230617      478     10 |  0.000 % |
5.46/5.66	c 6	|       816 |   42810   519800  1459690 |   253679      816     10 |  0.000 % |
5.56/5.71	c 6	|      1322 |   42810   519800  1459690 |   279047     1322      9 |  0.000 % |
5.56/5.78	c 6	|      2081 |   42810   519800  1459690 |   306952     2081      8 |  0.000 % |
5.66/5.88	c 6	|      3220 |   42810   519800  1459690 |   337647     3220      8 |  0.000 % |
5.95/6.11	c 6	|      4929 |   42810   519800  1459690 |   371412     4929      9 |  0.000 % |
6.16/6.32	c 7	|      7492 |   42810   519800  1459690 |   408553     7492      9 |  0.000 % |
6.55/6.71	c 7	|     11337 |   42810   519800  1459690 |   449409    11337     10 |  0.000 % |
7.15/7.36	c 8	|     17103 |   42810   519800  1459690 |   494350    17103     10 |  0.000 % |
8.13/8.38	c 9	|     25753 |   42810   519800  1459690 |   543785    25753     11 |  0.000 % |
10.30/10.53	c 11	|     38727 |   42810   519800  1459690 |   598163    38727     11 |  0.000 % |
14.66/14.98	c 15	|     58189 |   42810   519800  1459690 |   657979    58189     12 |  0.000 % |
26.75/27.19	c 27	|     87381 |   42810   519800  1459690 |   723777    87381     12 |  0.000 % |
66.88/67.64	c 68	|    131170 |   42810   519800  1459690 |   796155   131170     12 |  0.000 % |
182.20/183.81	c 184	|    196855 |   42810   519800  1459690 |   875771   196855     13 |  0.000 % |
364.83/366.52	c 367	|    295383 |   42810   519800  1459690 |   963348   295383     13 |  0.000 % |
832.76/834.67	c 835	|    443173 |   42810   519800  1459690 |  1059683   443173     13 |  0.000 % |
1800.01/1802.22	c ERROR INTERRUPTED
1800.01/1802.22	s UNKNOWN
1800.01/1802.22	c 1802	CPU 4.58 (0.03 0.01 4.55 0.24)
1800.01/1802.22	c 1802	END Sat Jul  5 14:35:59 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-1088649-1215259557/watcher-1088649-1215259557 -o /tmp/evaluation-result-1088649-1215259557/solver-1088649-1215259557 -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-1088649-1215259557.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/72 7351
/proc/meminfo: memFree=1759776/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=12268 CPUtime=0
/proc/7351/stat : 7351 (sugar) R 7349 7351 7191 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2004929759 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7351/statm: 3067 316 241 3 0 167 0

[startup+0.0503051 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7351
/proc/meminfo: memFree=1759776/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=0.03
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2004929759 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101104 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7351
/proc/meminfo: memFree=1759776/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=0.03
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004929759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301124 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7351
/proc/meminfo: memFree=1759776/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=0.03
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004929759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701162 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 7351
/proc/meminfo: memFree=1759776/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=0.03
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004929759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 7363
/proc/meminfo: memFree=1725128/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=1.34
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 973 12939 0 1 3 0 123 8 16 0 1 0 2004929759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 13600

[startup+3.10242 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7373
/proc/meminfo: memFree=1745864/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=1.35
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 974 12939 0 1 3 1 123 8 15 0 1 0 2004929759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 797 370 3 0 500 0
[pid=7364] ppid=7351 vsize=5356 CPUtime=0
/proc/7364/stat : 7364 (sh) S 7351 7351 7191 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004929902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7364/statm: 1339 233 193 169 0 50 0
[pid=7365] ppid=7364 vsize=868372 CPUtime=1.64
/proc/7365/stat : 7365 (java) S 7364 7351 7191 0 -1 0 10940 0 1 0 158 6 0 0 18 0 9 0 2004929902 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7365/statm: 217093 9896 2540 9 0 211668 0
[pid=7365/tid=7366] ppid=7364 vsize=868372 CPUtime=1.04
/proc/7365/task/7366/stat : 7366 (java) R 7364 7351 7191 0 -1 64 2790 0 1 0 102 2 0 0 25 0 9 0 2004929903 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4126897293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7367] ppid=7364 vsize=868372 CPUtime=0.38
/proc/7365/task/7367/stat : 7367 (java) S 7364 7351 7191 0 -1 64 6008 0 0 0 36 2 0 0 16 0 9 0 2004929904 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7368] ppid=7364 vsize=868372 CPUtime=0
/proc/7365/task/7368/stat : 7368 (java) S 7364 7351 7191 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004929904 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7369] ppid=7364 vsize=868372 CPUtime=0
/proc/7365/task/7369/stat : 7369 (java) S 7364 7351 7191 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2004929904 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7370] ppid=7364 vsize=868372 CPUtime=0
/proc/7365/task/7370/stat : 7370 (java) S 7364 7351 7191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004929906 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7371] ppid=7364 vsize=868372 CPUtime=0.19
/proc/7365/task/7371/stat : 7371 (java) S 7364 7351 7191 0 -1 64 1445 0 0 0 19 0 0 0 16 0 9 0 2004929906 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7372] ppid=7364 vsize=868372 CPUtime=0
/proc/7365/task/7372/stat : 7372 (java) S 7364 7351 7191 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004929906 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7365/tid=7373] ppid=7364 vsize=868372 CPUtime=0
/proc/7365/task/7373/stat : 7373 (java) S 7364 7351 7191 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004929906 889212928 9896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887328

[startup+6.30271 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 7375
/proc/meminfo: memFree=1721928/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 15 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=28484 CPUtime=1.33
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 6717 0 0 0 129 4 0 0 25 0 1 0 2004930255 29167616 6703 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/7375/statm: 7121 6703 76 150 0 6968 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 47440

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 7375
/proc/meminfo: memFree=1717768/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=31996 CPUtime=7.65
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 7594 0 0 0 761 4 0 0 25 0 1 0 2004930255 32763904 7580 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7375/statm: 7999 7580 76 150 0 7846 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 50952

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 7375
/proc/meminfo: memFree=1714824/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=34956 CPUtime=20.34
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 8316 0 0 0 2029 5 0 0 25 0 1 0 2004930255 35794944 8302 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/7375/statm: 8739 8302 76 150 0 8586 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 53912

[startup+51.1017 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 7375
/proc/meminfo: memFree=1711880/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=37972 CPUtime=45.71
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 9037 0 0 0 4565 6 0 0 25 0 1 0 2004930255 38883328 9023 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7375/statm: 9493 9023 76 150 0 9340 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 56928

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 7375
/proc/meminfo: memFree=1708360/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=41528 CPUtime=96.42
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 9866 0 0 0 9636 6 0 0 25 0 1 0 2004930255 42524672 9852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7375/statm: 10382 9852 76 150 0 10229 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 60484

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 2/73 7376
/proc/meminfo: memFree=1715800/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=44416 CPUtime=155.88
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 10600 0 0 0 15581 7 0 0 25 0 1 0 2004930255 45481984 10586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 11104 10586 76 150 0 10951 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 63372

[startup+222.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 7439
/proc/meminfo: memFree=1699720/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=47996 CPUtime=215.85
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 11418 0 0 0 21575 10 0 0 25 0 1 0 2004930255 49147904 11404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 11999 11404 76 150 0 11846 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 66952

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

/proc/meminfo: memFree=1670344/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=77456 CPUtime=1295.46
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 18412 0 0 0 129527 19 0 0 25 0 1 0 2004930255 79314944 18398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 19364 18398 76 150 0 19211 0
Current children cumulated CPU time (s) 1300.29
Current children cumulated vsize (KiB) 96412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1669256/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=78492 CPUtime=1355.44
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 18676 0 0 0 135525 19 0 0 25 0 1 0 2004930255 80375808 18662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 19623 18662 76 150 0 19470 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (KiB) 97448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1668104/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=79568 CPUtime=1415.41
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 18929 0 0 0 141522 19 0 0 25 0 1 0 2004930255 81477632 18915 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 19892 18915 76 150 0 19739 0
Current children cumulated CPU time (s) 1420.24
Current children cumulated vsize (KiB) 98524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1667144/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=80556 CPUtime=1475.4
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 19177 0 0 0 147520 20 0 0 25 0 1 0 2004930255 82489344 19163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 20139 19163 76 150 0 19986 0
Current children cumulated CPU time (s) 1480.23
Current children cumulated vsize (KiB) 99512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1666184/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=81444 CPUtime=1535.37
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 19409 0 0 0 153517 20 0 0 25 0 1 0 2004930255 83398656 19395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 20361 19395 76 150 0 20208 0
Current children cumulated CPU time (s) 1540.2
Current children cumulated vsize (KiB) 100400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1665096/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=83152 CPUtime=1595.35
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 19717 0 0 0 159515 20 0 0 25 0 1 0 2004930255 85147648 19703 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 20788 19703 76 150 0 20635 0
Current children cumulated CPU time (s) 1600.18
Current children cumulated vsize (KiB) 102108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7439
/proc/meminfo: memFree=1664200/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=83580 CPUtime=1655.33
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 19902 0 0 0 165512 21 0 0 25 0 1 0 2004930255 85585920 19888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 20895 19888 76 150 0 20742 0
Current children cumulated CPU time (s) 1660.16
Current children cumulated vsize (KiB) 102536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7440
/proc/meminfo: memFree=1663240/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=84748 CPUtime=1715.31
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 20121 0 0 0 171510 21 0 0 25 0 1 0 2004930255 86781952 20107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 21187 20107 76 150 0 21034 0
Current children cumulated CPU time (s) 1720.14
Current children cumulated vsize (KiB) 103704

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 7441
/proc/meminfo: memFree=1662536/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=85408 CPUtime=1775.28
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 20278 0 0 0 177507 21 0 0 25 0 1 0 2004930255 87457792 20264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 21352 20264 76 150 0 21199 0
Current children cumulated CPU time (s) 1780.11
Current children cumulated vsize (KiB) 104364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 7441
/proc/meminfo: memFree=1662344/2055920 swapFree=4180844/4192956
[pid=7351] ppid=7349 vsize=13600 CPUtime=4.83
/proc/7351/stat : 7351 (sugar) S 7349 7351 7191 0 -1 4194304 1033 27947 0 2 3 1 455 24 16 0 1 0 2004929759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7351/statm: 3400 799 370 3 0 500 0
[pid=7374] ppid=7351 vsize=5356 CPUtime=0
/proc/7374/stat : 7374 (sh) S 7351 7351 7191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004930255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7374/statm: 1339 232 193 169 0 50 0
[pid=7375] ppid=7374 vsize=85672 CPUtime=1795.18
/proc/7375/stat : 7375 (minisat) R 7374 7351 7191 0 -1 4194304 20337 0 0 0 179497 21 0 0 25 0 1 0 2004930255 87728128 20323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7375/statm: 21418 20323 76 150 0 21265 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104628

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7351 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=591302
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=262960
# CPU time returned by wait4() is 4.85426
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.23
CPU time (s): 1800.01
CPU user time (s): 1799.55
CPU system time (s): 0.46
CPU usage (%): 99.8769
Max. virtual memory (cumulated for all children) (KiB): 887832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5913
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29325
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= 3872
involuntary context switches= 3781

runsolver used 2.23766 second user time and 5.97209 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 14:05:57
IDJOB=1088649
IDBENCH=58094
IDSOLVER=346
FILE ID=node25/1088649-1215259557
PBS_JOBID= 7882139
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-13.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-1088649-1215259557/watcher-1088649-1215259557 -o /tmp/evaluation-result-1088649-1215259557/solver-1088649-1215259557 -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-1088649-1215259557.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8548974883c278e82435753f5bbb2c5f
RANDOM SEED=1916407110

node25.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.234
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.234
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:       1760320 kB
Buffers:         27224 kB
Cached:         196596 kB
SwapCached:       5952 kB
Active:         135768 kB
Inactive:       108472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760320 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:          27712 kB
Slab:            36548 kB
Committed_AS:  3543608 kB
PageTables:       1960 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= 66524 MiB
End job on node25 at 2008-07-05 14:36:01