Trace number 2084887

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.14.6+minisat? (TO) 1800.05 1806.93

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-4-30.xml
MD5SUM47c8dce6ec1bb9945d5eba71f58be254
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.137978
Satisfiable
(Un)Satisfiability was proved
Number of variables185
Number of constraints3946
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3946
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:27:30 2009
0.00/0.08	c 0	PID 28777
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084887-1247380050.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084887-1247380050.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 185 variables, 1 predicates, 0 relations, 3946 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.95	c 1	Parsing HOME/temp.csp
0.92/1.07	c 1	parsed 4133 expressions
0.92/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Converting to clausal form CSP
1.01/1.19	c 2	converted 414 (10%) expressions
1.20/1.31	c 2	converted 827 (20%) expressions
1.20/1.34	c 2	converted 1240 (30%) expressions
1.20/1.35	c 2	converted 1654 (40%) expressions
1.20/1.37	c 2	converted 2067 (50%) expressions
1.20/1.39	c 2	converted 2480 (60%) expressions
1.31/1.40	c 2	converted 2894 (70%) expressions
1.31/1.42	c 2	converted 3307 (80%) expressions
1.31/1.43	c 2	converted 3720 (90%) expressions
1.31/1.45	c 2	converted 4133 (100%) expressions
1.31/1.45	c 2	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 30
1.31/1.45	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.45	c 2	Propagation in CSP
1.31/1.47	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 2	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 30
1.31/1.47	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.48	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.58	c 2	CSP : 185 integers, 7892 booleans, 11838 clauses, largest domain size 30
1.41/1.58	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.65	c 2	19 (10%) CSP integer variables are encoded (532 clauses, 5708 bytes)
1.52/1.65	c 2	37 (20%) CSP integer variables are encoded (1036 clauses, 11395 bytes)
1.52/1.66	c 2	56 (30%) CSP integer variables are encoded (1568 clauses, 18311 bytes)
1.52/1.66	c 2	74 (40%) CSP integer variables are encoded (2072 clauses, 24863 bytes)
1.52/1.66	c 2	93 (50%) CSP integer variables are encoded (2604 clauses, 31779 bytes)
1.52/1.66	c 2	111 (60%) CSP integer variables are encoded (3108 clauses, 38331 bytes)
1.52/1.66	c 2	130 (70%) CSP integer variables are encoded (3640 clauses, 45247 bytes)
1.52/1.66	c 2	148 (80%) CSP integer variables are encoded (4144 clauses, 51799 bytes)
1.52/1.66	c 2	167 (90%) CSP integer variables are encoded (4676 clauses, 58715 bytes)
1.52/1.66	c 2	185 (100%) CSP integer variables are encoded (5180 clauses, 65267 bytes)
1.61/1.76	c 2	1184 (10%) CSP clauses are encoded (29274 clauses, 459917 bytes)
1.72/1.82	c 2	2368 (20%) CSP clauses are encoded (53339 clauses, 877531 bytes)
1.72/1.87	c 2	3552 (30%) CSP clauses are encoded (77404 clauses, 1298875 bytes)
1.82/1.92	c 2	4736 (40%) CSP clauses are encoded (101498 clauses, 1719499 bytes)
1.82/1.98	c 2	5919 (50%) CSP clauses are encoded (125533 clauses, 2139107 bytes)
1.92/2.03	c 2	7103 (60%) CSP clauses are encoded (149627 clauses, 2564225 bytes)
1.92/2.08	c 2	8287 (70%) CSP clauses are encoded (173692 clauses, 3010305 bytes)
2.02/2.14	c 3	9471 (80%) CSP clauses are encoded (197757 clauses, 3468705 bytes)
2.02/2.20	c 3	10655 (90%) CSP clauses are encoded (221851 clauses, 3939531 bytes)
2.11/2.25	c 3	11838 (100%) CSP clauses are encoded (245886 clauses, 4409193 bytes)
2.11/2.25	c 3	11838 CSP clauses encoded
2.11/2.25	c 3	Writing map file : HOME/temp.map
2.11/2.26	c 3	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.11/2.26	c 3	SAT : 13257 SAT variables, 245886 SAT clauses, 4409193 bytes
2.11/2.26	c 3	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.11/2.29	c 3	SOLVING HOME/temp.cnf
2.11/2.29	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.11/2.29	c 3	This is MiniSat 2.0 beta
2.11/2.29	c 3	WARNING: for repeatability, setting FPU to use double precision
2.11/2.29	c 3	============================[ Problem Statistics ]=============================
2.11/2.29	c 3	|                                                                             |
2.11/2.29	c 3	|  Number of variables:  13257                                                |
2.11/2.29	c 3	|  Number of clauses:    245886                                               |
2.18/2.42	c 3	|  Parsing time:         0.11         s                                       |
2.18/2.43	c 3	============================[ Search Statistics ]==============================
2.18/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.43	c 3	===============================================================================
2.18/2.43	c 3	|         0 |   13257   245886   712748 |    81962        0    nan |  0.000 % |
2.18/2.50	c 3	|       101 |   13257   245886   712748 |    90158      101     17 |  0.000 % |
2.18/2.53	c 3	|       252 |   13257   245886   712748 |    99174      252     11 |  0.000 % |
2.18/2.56	c 3	|       478 |   13257   245886   712748 |   109091      478     10 |  0.000 % |
2.18/2.59	c 3	|       819 |   13257   245886   712748 |   120000      819     11 |  0.000 % |
2.18/2.64	c 3	|      1325 |   13257   245886   712748 |   132000     1325     15 |  0.000 % |
2.18/2.80	c 3	|      2085 |   13257   245886   712748 |   145200     2085     14 |  0.000 % |
2.18/2.85	c 3	|      3224 |   13257   245886   712748 |   159720     3224     12 |  0.000 % |
2.18/2.95	c 3	|      4932 |   13257   245886   712748 |   175692     4932     11 |  0.000 % |
2.18/3.12	c 4	|      7494 |   13257   245886   712748 |   193262     7494     11 |  0.000 % |
3.16/3.34	c 4	|     11339 |   13257   245886   712748 |   212588    11339     10 |  0.000 % |
3.55/3.71	c 4	|     17105 |   13257   245886   712748 |   233847    17105     11 |  0.000 % |
4.34/4.55	c 5	|     25754 |   13257   245886   712748 |   257231    25754     12 |  0.000 % |
5.63/5.80	c 6	|     38729 |   13257   245886   712748 |   282955    38729     12 |  0.000 % |
8.80/9.10	c 9	|     58190 |   13257   245886   712748 |   311250    58190     14 |  0.000 % |
15.34/15.60	c 16	|     87385 |   13257   245886   712748 |   342375    87385     14 |  0.000 % |
30.60/31.00	c 31	|    131174 |   13257   245886   712748 |   376613   131174     16 |  0.000 % |
66.17/66.90	c 67	|    196860 |   13257   245886   712748 |   414274   196860     16 |  0.000 % |
163.34/165.08	c 165	|    295388 |   13257   245886   712748 |   455701   295388     16 |  0.000 % |
368.30/371.96	c 372	|    443177 |   13257   245886   712748 |   501272   443177     17 |  0.000 % |
609.63/615.54	c 616	|    664860 |   13257   245886   712748 |   551399   180156     21 |  0.000 % |
1090.43/1097.08	c 1097	|    997385 |   13257   245886   712748 |   606539   512681     19 |  0.000 % |
1714.58/1721.41	c 1722	|   1496175 |   13257   245886   712748 |   667193   424371     18 |  0.000 % |
1800.05/1806.92	c ERROR INTERRUPTED
1800.05/1806.92	s UNKNOWN
1800.05/1806.92	c 1807	CPU 2.18 (0.06 0.02 1.95 0.15)
1800.05/1806.92	c 1807	END Sun Jul 12 08:57:37 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084887-1247380050/watcher-2084887-1247380050 -o /tmp/evaluation-result-2084887-1247380050/solver-2084887-1247380050 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084887-1247380050.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.98 1.99 4/81 28777
/proc/meminfo: memFree=1806216/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=12000 CPUtime=0
/proc/28777/stat : 28777 (sugar) R 28775 28777 28740 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 25068645 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 240577344608 0 0 4224 0 0 0 0 17 1 0 0
/proc/28777/statm: 3000 173 134 3 0 100 0

[startup+0.0907441 s]
/proc/loadavg: 1.86 1.98 1.99 4/81 28777
/proc/meminfo: memFree=1806216/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=0.06
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25068645 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101736 s]
/proc/loadavg: 1.86 1.98 1.99 4/81 28777
/proc/meminfo: memFree=1806216/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=0.06
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25068645 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301746 s]
/proc/loadavg: 1.86 1.98 1.99 4/81 28777
/proc/meminfo: memFree=1806216/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=0.06
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25068645 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70179 s]
/proc/loadavg: 1.86 1.98 1.99 4/81 28777
/proc/meminfo: memFree=1806216/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=0.06
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25068645 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 1.86 1.98 1.99 3/92 28799
/proc/meminfo: memFree=1798192/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=0.82
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1310 7052 0 1 6 1 70 5 16 0 1 0 25068645 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1111 409 3 0 796 0
[pid=28790] ppid=28777 vsize=5356 CPUtime=0
/proc/28790/stat : 28790 (sh) S 28777 28777 28740 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25068732 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28790/statm: 1339 233 193 169 0 50 0
[pid=28791] ppid=28790 vsize=868480 CPUtime=0.59
/proc/28791/stat : 28791 (java) S 28790 28777 28740 0 -1 0 5886 0 1 0 55 4 0 0 19 0 9 0 25068733 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28791/statm: 217120 5297 1747 9 0 211625 0
[pid=28791/tid=28792] ppid=28790 vsize=868480 CPUtime=0.36
/proc/28791/task/28792/stat : 28792 (java) R 28790 28777 28740 0 -1 64 2680 0 1 0 34 2 0 0 22 0 9 0 25068734 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28793] ppid=28790 vsize=868480 CPUtime=0.04
/proc/28791/task/28793/stat : 28793 (java) S 28790 28777 28740 0 -1 64 1035 0 0 0 4 0 0 0 16 0 9 0 25068735 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28794] ppid=28790 vsize=868480 CPUtime=0
/proc/28791/task/28794/stat : 28794 (java) S 28790 28777 28740 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25068735 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28795] ppid=28790 vsize=868480 CPUtime=0
/proc/28791/task/28795/stat : 28795 (java) S 28790 28777 28740 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25068735 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28796] ppid=28790 vsize=868480 CPUtime=0
/proc/28791/task/28796/stat : 28796 (java) S 28790 28777 28740 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25068737 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28797] ppid=28790 vsize=868480 CPUtime=0.17
/proc/28791/task/28797/stat : 28797 (java) R 28790 28777 28740 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 25068737 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 102053575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28798] ppid=28790 vsize=868480 CPUtime=0
/proc/28791/task/28798/stat : 28798 (java) S 28790 28777 28740 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25068737 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28791/tid=28799] ppid=28790 vsize=868480 CPUtime=0
/proc/28791/task/28799/stat : 28799 (java) S 28790 28777 28740 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25068737 889323520 5297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890704

[startup+3.103 s]
/proc/loadavg: 1.87 1.98 1.99 3/92 28799
/proc/meminfo: memFree=1782128/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 15 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30129 s]
/proc/loadavg: 1.87 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1782776/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=17032 CPUtime=3.95
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 4086 0 0 0 392 3 0 0 25 0 1 0 25068874 17440768 4072 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 4258 4072 76 150 0 4105 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 39256

[startup+12.7019 s]
/proc/loadavg: 1.89 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1778824/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=20456 CPUtime=10.29
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 4933 0 0 0 1025 4 0 0 25 0 1 0 25068874 20946944 4919 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 5114 4919 76 150 0 4961 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 42680

[startup+25.502 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1774472/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=24888 CPUtime=22.97
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 6035 0 0 0 2292 5 0 0 25 0 1 0 25068874 25485312 6021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 6222 6021 76 150 0 6069 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 47112

[startup+51.1013 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1768840/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=30640 CPUtime=48.33
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 7441 0 0 0 4827 6 0 0 25 0 1 0 25068874 31375360 7427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 7660 7427 76 150 0 7507 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 52864

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1760968/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=38516 CPUtime=99.05
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 9354 0 0 0 9897 8 0 0 25 0 1 0 25068874 39440384 9340 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 9629 9340 76 150 0 9476 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 60740

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1755720/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=43628 CPUtime=158.49
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 10653 0 0 0 15840 9 0 0 25 0 1 0 25068874 44675072 10639 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 10907 10639 76 150 0 10754 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 65852

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28801
/proc/meminfo: memFree=1750024/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=49688 CPUtime=217.93
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 12065 0 0 0 21782 11 0 0 25 0 1 0 25068874 50880512 12051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28801/statm: 12422 12051 76 150 0 12269 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 71912

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

/proc/meminfo: memFree=1725256/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1353.43
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22118 0 0 0 135318 25 0 0 25 0 1 0 25068874 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1355.61
Current children cumulated vsize (KiB) 113128

[startup+1422.31 s]
/proc/loadavg: 2.09 2.07 2.01 3/84 28933
/proc/meminfo: memFree=1725064/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1413.42
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22118 0 0 0 141316 26 0 0 25 0 1 0 25068874 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1415.6
Current children cumulated vsize (KiB) 113128

[startup+1482.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/84 28933
/proc/meminfo: memFree=1725064/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1473.39
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22118 0 0 0 147313 26 0 0 25 0 1 0 25068874 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1475.57
Current children cumulated vsize (KiB) 113128

[startup+1542.3 s]
/proc/loadavg: 2.18 2.10 2.02 3/84 28933
/proc/meminfo: memFree=1725064/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1533.37
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22118 0 0 0 153311 26 0 0 25 0 1 0 25068874 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1535.55
Current children cumulated vsize (KiB) 113128

[startup+1602.3 s]
/proc/loadavg: 2.21 2.11 2.03 3/84 28933
/proc/meminfo: memFree=1725000/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1593.34
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22119 0 0 0 159308 26 0 0 25 0 1 0 25068874 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1595.52
Current children cumulated vsize (KiB) 113128

[startup+1662.3 s]
/proc/loadavg: 2.21 2.13 2.04 3/84 28933
/proc/meminfo: memFree=1725000/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1653.32
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22119 0 0 0 165306 26 0 0 25 0 1 0 25068874 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1655.5
Current children cumulated vsize (KiB) 113128

[startup+1722.3 s]
/proc/loadavg: 2.08 2.10 2.03 3/84 28933
/proc/meminfo: memFree=1724936/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1713.3
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22119 0 0 0 171304 26 0 0 25 0 1 0 25068874 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1715.48
Current children cumulated vsize (KiB) 113128

[startup+1782.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/84 28933
/proc/meminfo: memFree=1724936/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=90904 CPUtime=1773.27
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22135 0 0 0 177301 26 0 0 25 0 1 0 25068874 93085696 22121 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 22726 22121 76 150 0 22573 0
Current children cumulated CPU time (s) 1775.45
Current children cumulated vsize (KiB) 113128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.02 2.07 2.02 3/84 28933
/proc/meminfo: memFree=1722568/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=93384 CPUtime=1797.87
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22706 0 0 0 179760 27 0 0 25 0 1 0 25068874 95625216 22692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 23346 22692 76 150 0 23193 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 115608

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

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

[startup+1806.9 s]
/proc/loadavg: 2.02 2.07 2.02 3/84 28933
/proc/meminfo: memFree=1722568/2055920 swapFree=4192812/4192956
[pid=28777] ppid=28775 vsize=16868 CPUtime=2.18
/proc/28777/stat : 28777 (sugar) S 28775 28777 28740 0 -1 4194304 1376 15190 0 2 6 2 195 15 16 0 1 0 25068645 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28777/statm: 4217 1113 409 3 0 796 0
[pid=28800] ppid=28777 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28777 28777 28740 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25068874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28800/statm: 1339 232 193 169 0 50 0
[pid=28801] ppid=28800 vsize=93384 CPUtime=1797.87
/proc/28801/stat : 28801 (minisat) R 28800 28777 28740 0 -1 4194304 22706 0 0 0 179760 27 0 0 25 0 1 0 25068874 95625216 22692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28801/statm: 23346 22692 76 150 0 23193 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 115608

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28777 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=23692
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=178972
# CPU time returned by wait4() is 2.20266
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.93
CPU time (s): 1800.05
CPU user time (s): 1799.61
CPU system time (s): 0.44
CPU usage (%): 99.6194
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.02369
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16949
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= 3024
involuntary context switches= 2904

runsolver used 2.23966 second user time and 5.99609 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 08:27:30
IDJOB=2084887
IDBENCH=58210
IDSOLVER=739
FILE ID=node50/2084887-1247380050
PBS_JOBID= 9507248
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-4-30.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084887-1247380050/watcher-2084887-1247380050 -o /tmp/evaluation-result-2084887-1247380050/solver-2084887-1247380050 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084887-1247380050.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 47c8dce6ec1bb9945d5eba71f58be254
RANDOM SEED=315861874

node50.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.231
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.231
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:       1806696 kB
Buffers:         16208 kB
Cached:         108232 kB
SwapCached:          0 kB
Active:         124548 kB
Inactive:        70628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          91152 kB
Slab:            39152 kB
Committed_AS:   283580 kB
PageTables:       2036 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= 66424 MiB
End job on node50 at 2009-07-12 08:57:39