Trace number 1088838

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 1808.14

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-28.xml
MD5SUM56a1064229e13fe0f53238d62121e670
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.499923
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
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:17:19 2008
0.00/0.04	c 0	PID 30012
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088838-1215260239.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-1088838-1215260239.xml' 'HOME/temp.csp'
1.15/1.25	c 1	1 domains, 621 variables, 1 predicates, 0 relations, 13969 constraints
1.20/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.20/1.31	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'
1.20/1.39	c 1	Parsing HOME/temp.csp
1.21/1.87	c 2	parsed 10000 expressions
1.21/1.95	c 2	parsed 14592 expressions
1.21/1.95	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.95	c 2	Converting to clausal form CSP
2.08/2.22	c 2	converted 1460 (10%) expressions
2.08/2.27	c 2	converted 2919 (20%) expressions
2.18/2.31	c 2	converted 4378 (30%) expressions
2.18/2.35	c 2	converted 5837 (40%) expressions
2.27/2.46	c 3	converted 7296 (50%) expressions
2.37/2.50	c 3	converted 8756 (60%) expressions
2.37/2.54	c 3	converted 10215 (70%) expressions
2.37/2.58	c 3	converted 11674 (80%) expressions
2.47/2.62	c 3	converted 13133 (90%) expressions
2.47/2.66	c 3	converted 14592 (100%) expressions
2.47/2.66	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 28
2.47/2.66	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.66	c 3	Propagation in CSP
2.68/2.86	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.68/2.86	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 28
2.68/2.87	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.68/2.87	c 3	Simplifing CSP by introducing new Boolean variables
2.97/3.15	c 3	CSP : 621 integers, 27938 booleans, 41907 clauses, largest domain size 28
2.97/3.15	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.17/3.32	c 3	63 (10%) CSP integer variables are encoded (1638 clauses, 19226 bytes)
3.17/3.32	c 3	125 (20%) CSP integer variables are encoded (3250 clauses, 40182 bytes)
3.17/3.32	c 3	187 (30%) CSP integer variables are encoded (4862 clauses, 61138 bytes)
3.17/3.32	c 3	249 (40%) CSP integer variables are encoded (6474 clauses, 82094 bytes)
3.17/3.33	c 3	311 (50%) CSP integer variables are encoded (8086 clauses, 103050 bytes)
3.17/3.33	c 3	373 (60%) CSP integer variables are encoded (9698 clauses, 124145 bytes)
3.17/3.33	c 3	435 (70%) CSP integer variables are encoded (11310 clauses, 148325 bytes)
3.17/3.33	c 3	497 (80%) CSP integer variables are encoded (12922 clauses, 172505 bytes)
3.17/3.34	c 3	559 (90%) CSP integer variables are encoded (14534 clauses, 196685 bytes)
3.17/3.34	c 3	621 (100%) CSP integer variables are encoded (16146 clauses, 220865 bytes)
3.38/3.55	c 4	4191 (10%) CSP clauses are encoded (95775 clauses, 1634775 bytes)
3.58/3.73	c 4	8382 (20%) CSP clauses are encoded (175404 clauses, 3120829 bytes)
3.77/3.90	c 4	12573 (30%) CSP clauses are encoded (255033 clauses, 4620725 bytes)
3.87/4.07	c 4	16763 (40%) CSP clauses are encoded (334661 clauses, 6123001 bytes)
4.07/4.25	c 4	20954 (50%) CSP clauses are encoded (414290 clauses, 7632689 bytes)
4.27/4.42	c 4	25145 (60%) CSP clauses are encoded (493919 clauses, 9143637 bytes)
4.36/4.59	c 5	29335 (70%) CSP clauses are encoded (573520 clauses, 10651795 bytes)
4.56/4.76	c 5	33526 (80%) CSP clauses are encoded (653149 clauses, 12222503 bytes)
4.76/4.93	c 5	37717 (90%) CSP clauses are encoded (732778 clauses, 13807341 bytes)
4.96/5.10	c 5	41907 (100%) CSP clauses are encoded (812379 clauses, 15425587 bytes)
4.96/5.10	c 5	41907 CSP clauses encoded
4.96/5.10	c 5	Writing map file : HOME/temp.map
4.96/5.13	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.96/5.13	c 5	SAT : 44705 SAT variables, 812379 SAT clauses, 15425587 bytes
4.96/5.13	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.96/5.18	c 5	SOLVING HOME/temp.cnf
4.96/5.18	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.96/5.18	c 5	This is MiniSat 2.0 beta
4.96/5.18	c 5	WARNING: for repeatability, setting FPU to use double precision
4.96/5.18	c 5	============================[ Problem Statistics ]=============================
4.96/5.18	c 5	|                                                                             |
4.96/5.19	c 5	|  Number of variables:  44705                                                |
4.96/5.19	c 5	|  Number of clauses:    812379                                               |
5.41/5.63	c 6	|  Parsing time:         0.37         s                                       |
5.41/5.65	c 6	============================[ Search Statistics ]==============================
5.41/5.65	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.41/5.65	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.41/5.65	c 6	===============================================================================
5.41/5.65	c 6	|         0 |   44705   812379  2351146 |   270793        0    nan |  0.000 % |
5.71/5.94	c 6	|       102 |   44705   812379  2351146 |   297872      102      9 |  0.000 % |
5.80/6.09	c 6	|       252 |   44705   812379  2351146 |   327659      252      8 |  0.000 % |
5.90/6.17	c 6	|       477 |   44705   812379  2351146 |   360425      477     18 |  0.000 % |
6.00/6.22	c 6	|       816 |   44705   812379  2351146 |   396468      816     17 |  0.000 % |
6.00/6.27	c 6	|      1322 |   44705   812379  2351146 |   436114     1322     14 |  0.000 % |
6.10/6.38	c 6	|      2081 |   44705   812379  2351146 |   479726     2081     13 |  0.000 % |
6.30/6.59	c 7	|      3222 |   44705   812379  2351146 |   527698     3222     11 |  0.000 % |
6.50/6.78	c 7	|      4930 |   44705   812379  2351146 |   580468     4930     11 |  0.000 % |
6.80/7.04	c 7	|      7492 |   44705   812379  2351146 |   638515     7492     11 |  0.000 % |
7.09/7.33	c 7	|     11337 |   44705   812379  2351146 |   702367    11337     11 |  0.000 % |
7.78/8.06	c 8	|     17104 |   44705   812379  2351146 |   772604    17104     13 |  0.000 % |
8.66/8.93	c 9	|     25753 |   44705   812379  2351146 |   849864    25753     12 |  0.000 % |
10.15/10.47	c 11	|     38728 |   44705   812379  2351146 |   934850    38728     13 |  0.000 % |
15.20/15.54	c 16	|     58190 |   44705   812379  2351146 |  1028335    58190     18 |  0.000 % |
23.83/24.23	c 24	|     87383 |   44705   812379  2351146 |  1131169    87383     21 |  0.000 % |
38.39/38.94	c 39	|    131172 |   44705   812379  2351146 |  1244286   131172     19 |  0.000 % |
77.02/77.95	c 78	|    196859 |   44705   812379  2351146 |  1368715   196859     18 |  0.000 % |
160.02/161.72	c 162	|    295385 |   44705   812379  2351146 |  1505586   295385     17 |  0.000 % |
343.77/347.20	c 347	|    443174 |   44705   812379  2351146 |  1656145   443174     17 |  0.000 % |
831.08/838.72	c 839	|    664859 |   44705   812379  2351146 |  1821759   664859     18 |  0.000 % |
1800.01/1808.11	c ERROR INTERRUPTED
1800.01/1808.13	s UNKNOWN
1800.01/1808.13	c 1808	CPU 4.74 (0.04 0.01 4.7 0.26)
1800.01/1808.13	c 1808	END Sat Jul  5 14:47:27 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-1088838-1215260239/watcher-1088838-1215260239 -o /tmp/evaluation-result-1088838-1215260239/solver-1088838-1215260239 -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-1088838-1215260239.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.98 1.99 4/72 30012
/proc/meminfo: memFree=1777552/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=4708 CPUtime=0
/proc/30012/stat : 30012 (sugar) R 30010 30012 29058 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 2004999532 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 259350659792 0 0 4096 0 0 0 0 17 1 0 0
/proc/30012/statm: 1177 41 31 3 0 8 0

[startup+0.0920041 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30012
/proc/meminfo: memFree=1777552/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=0.03
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004999532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101004 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30012
/proc/meminfo: memFree=1777552/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=0.03
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004999532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30104 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30012
/proc/meminfo: memFree=1777552/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=0.03
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004999532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701123 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 30012
/proc/meminfo: memFree=1777552/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=0.03
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004999532 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.15 2.02 2.01 4/83 30024
/proc/meminfo: memFree=1750776/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=1.21
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 973 10707 0 1 3 0 111 7 16 0 1 0 2004999532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.1016 s]
/proc/loadavg: 2.15 2.02 2.01 4/83 30034
/proc/meminfo: memFree=1762616/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=1.22
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 974 10707 0 1 3 1 111 7 15 0 1 0 2004999532 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 797 370 3 0 500 0
[pid=30025] ppid=30012 vsize=5356 CPUtime=0
/proc/30025/stat : 30025 (sh) S 30012 30012 29058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004999663 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30025/statm: 1339 233 193 169 0 50 0
[pid=30026] ppid=30025 vsize=868624 CPUtime=1.75
/proc/30026/stat : 30026 (java) S 30025 30012 29058 0 -1 0 11481 0 1 0 169 6 0 0 19 0 9 0 2004999663 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30026/statm: 217156 10570 2540 9 0 211731 0
[pid=30026/tid=30027] ppid=30025 vsize=868624 CPUtime=0.97
/proc/30026/task/30027/stat : 30027 (java) R 30025 30012 29058 0 -1 64 2858 0 1 0 96 1 0 0 22 0 9 0 2004999664 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30028] ppid=30025 vsize=868624 CPUtime=0.53
/proc/30026/task/30028/stat : 30028 (java) R 30025 30012 29058 0 -1 64 6475 0 0 0 51 2 0 0 16 0 9 0 2004999665 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30029] ppid=30025 vsize=868624 CPUtime=0
/proc/30026/task/30029/stat : 30029 (java) S 30025 30012 29058 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004999665 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30030] ppid=30025 vsize=868624 CPUtime=0
/proc/30026/task/30030/stat : 30030 (java) S 30025 30012 29058 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2004999665 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30031] ppid=30025 vsize=868624 CPUtime=0
/proc/30026/task/30031/stat : 30031 (java) S 30025 30012 29058 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2004999667 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30032] ppid=30025 vsize=868624 CPUtime=0.22
/proc/30026/task/30032/stat : 30032 (java) S 30025 30012 29058 0 -1 64 1455 0 0 0 21 1 0 0 16 0 9 0 2004999667 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30033] ppid=30025 vsize=868624 CPUtime=0
/proc/30026/task/30033/stat : 30033 (java) S 30025 30012 29058 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004999668 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30026/tid=30034] ppid=30025 vsize=868624 CPUtime=0
/proc/30026/task/30034/stat : 30034 (java) S 30025 30012 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004999668 889470976 10570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887580

[startup+6.30223 s]
/proc/loadavg: 2.15 2.02 2.01 3/75 30036
/proc/meminfo: memFree=1741240/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 15 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=41384 CPUtime=1.09
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 9901 0 0 0 102 7 0 0 25 0 1 0 2005000051 42377216 9887 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 10346 9887 76 150 0 10193 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 60340

[startup+12.7015 s]
/proc/loadavg: 2.13 2.02 2.00 3/75 30036
/proc/meminfo: memFree=1716280/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=45684 CPUtime=7.42
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 10983 0 0 0 733 9 0 0 25 0 1 0 2005000051 46780416 10969 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 11421 10969 76 150 0 11268 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 64640

[startup+25.502 s]
/proc/loadavg: 2.11 2.01 2.00 3/75 30036
/proc/meminfo: memFree=1709688/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=52380 CPUtime=20.1
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 12599 0 0 0 1999 11 0 0 25 0 1 0 2005000051 53637120 12585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 13095 12585 76 150 0 12942 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 71336

[startup+51.1011 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 30036
/proc/meminfo: memFree=1703224/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=58640 CPUtime=45.46
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 14180 0 0 0 4533 13 0 0 25 0 1 0 2005000051 60047360 14166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 14660 14166 76 150 0 14507 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 77596

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 30036
/proc/meminfo: memFree=1695800/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=66160 CPUtime=96.18
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 16010 0 0 0 9604 14 0 0 25 0 1 0 2005000051 67747840 15996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 16540 15996 76 150 0 16387 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 85116

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 30036
/proc/meminfo: memFree=1690040/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=72108 CPUtime=155.6
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 17523 0 0 0 15545 15 0 0 25 0 1 0 2005000051 73838592 17509 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 18027 17509 76 150 0 17874 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 91064

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30036
/proc/meminfo: memFree=1683576/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=78636 CPUtime=215.04
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 19028 0 0 0 21487 17 0 0 25 0 1 0 2005000051 80523264 19014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30036/statm: 19659 19014 76 150 0 19506 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 97592

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

/proc/meminfo: memFree=1566328/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=132492 CPUtime=1349.42
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 32045 0 0 0 134908 34 0 0 25 0 1 0 2005000051 135671808 32031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 33123 32031 76 150 0 32970 0
Current children cumulated CPU time (s) 1354.43
Current children cumulated vsize (KiB) 151448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30185
/proc/meminfo: memFree=1558328/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=134504 CPUtime=1409.39
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 32518 0 0 0 140904 35 0 0 25 0 1 0 2005000051 137732096 32504 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 33626 32504 76 150 0 33473 0
Current children cumulated CPU time (s) 1414.4
Current children cumulated vsize (KiB) 153460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30185
/proc/meminfo: memFree=1550456/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=136268 CPUtime=1469.36
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 32954 0 0 0 146901 35 0 0 25 0 1 0 2005000051 139538432 32940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 34067 32940 76 150 0 33914 0
Current children cumulated CPU time (s) 1474.37
Current children cumulated vsize (KiB) 155224

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30185
/proc/meminfo: memFree=1542840/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=137924 CPUtime=1529.33
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 33338 0 0 0 152897 36 0 0 25 0 1 0 2005000051 141234176 33324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 34481 33324 76 150 0 34328 0
Current children cumulated CPU time (s) 1534.34
Current children cumulated vsize (KiB) 156880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30186
/proc/meminfo: memFree=1539320/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=139116 CPUtime=1589.29
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 33676 0 0 0 158893 36 0 0 25 0 1 0 2005000051 142454784 33662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 34779 33662 76 150 0 34626 0
Current children cumulated CPU time (s) 1594.3
Current children cumulated vsize (KiB) 158072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30187
/proc/meminfo: memFree=1537528/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=140812 CPUtime=1649.26
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 34098 0 0 0 164889 37 0 0 25 0 1 0 2005000051 144191488 34084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 35203 34084 76 150 0 35050 0
Current children cumulated CPU time (s) 1654.27
Current children cumulated vsize (KiB) 159768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30187
/proc/meminfo: memFree=1535992/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=142332 CPUtime=1709.24
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 34469 0 0 0 170886 38 0 0 25 0 1 0 2005000051 145747968 34455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 35583 34455 76 150 0 35430 0
Current children cumulated CPU time (s) 1714.25
Current children cumulated vsize (KiB) 161288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30187
/proc/meminfo: memFree=1534520/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=143720 CPUtime=1769.2
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 34822 0 0 0 176882 38 0 0 25 0 1 0 2005000051 147169280 34808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 35930 34808 76 150 0 35777 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 162676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30187
/proc/meminfo: memFree=1533752/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=144248 CPUtime=1795
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 34986 0 0 0 179461 39 0 0 25 0 1 0 2005000051 147709952 34972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 36062 34972 76 150 0 35909 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 163204

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

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

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30187
/proc/meminfo: memFree=1533752/2055920 swapFree=4179472/4192956
[pid=30012] ppid=30010 vsize=13600 CPUtime=5.01
/proc/30012/stat : 30012 (sugar) S 30010 30012 29058 0 -1 4194304 1033 23232 0 2 4 1 470 26 16 0 1 0 2004999532 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30012/statm: 3400 799 370 3 0 500 0
[pid=30035] ppid=30012 vsize=5356 CPUtime=0
/proc/30035/stat : 30035 (sh) S 30012 30012 29058 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005000050 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30035/statm: 1339 232 193 169 0 50 0
[pid=30036] ppid=30035 vsize=144248 CPUtime=1795
/proc/30036/stat : 30036 (minisat) R 30035 30012 29058 0 -1 4194304 34986 0 0 0 179461 39 0 0 25 0 1 0 2005000051 147709952 34972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30036/statm: 36062 34972 76 150 0 35909 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 163204

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30012 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=751277
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=286956
# CPU time returned by wait4() is 5.03823
# 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): 1808.14
CPU time (s): 1800.01
CPU user time (s): 1799.35
CPU system time (s): 0.66
CPU usage (%): 99.5504
Max. virtual memory (cumulated for all children) (KiB): 887580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.75128
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24610
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= 3806
involuntary context switches= 3734

runsolver used 2.03269 second user time and 6.19706 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 14:17:19
IDJOB=1088838
IDBENCH=58135
IDSOLVER=346
FILE ID=node1/1088838-1215260239
PBS_JOBID= 7882020
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-3-28.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-1088838-1215260239/watcher-1088838-1215260239 -o /tmp/evaluation-result-1088838-1215260239/solver-1088838-1215260239 -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-1088838-1215260239.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56a1064229e13fe0f53238d62121e670
RANDOM SEED=135377676

node1.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.265
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.265
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:       1778032 kB
Buffers:         25356 kB
Cached:         149664 kB
SwapCached:       7288 kB
Active:         149372 kB
Inactive:        77860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778032 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          60320 kB
Slab:            35544 kB
Committed_AS:  3342828 kB
PageTables:       2204 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= 66508 MiB
End job on node1 at 2008-07-05 14:47:29