Trace number 1089111

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.05 1804.33

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.143977
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:43:47 2008
0.00/0.05	c 0	PID 21695
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089111-1215261826.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-1089111-1215261826.xml' 'HOME/temp.csp'
0.04/0.81	c 0	1 domains, 185 variables, 1 predicates, 0 relations, 3946 constraints
0.04/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.93	c 0	Parsing HOME/temp.csp
1.02/1.16	c 1	parsed 4133 expressions
1.02/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.16	c 1	Converting to clausal form CSP
1.12/1.26	c 1	converted 414 (10%) expressions
1.22/1.37	c 1	converted 827 (20%) expressions
1.22/1.39	c 1	converted 1240 (30%) expressions
1.32/1.41	c 1	converted 1654 (40%) expressions
1.32/1.42	c 1	converted 2067 (50%) expressions
1.32/1.43	c 1	converted 2480 (60%) expressions
1.32/1.44	c 1	converted 2894 (70%) expressions
1.32/1.45	c 1	converted 3307 (80%) expressions
1.32/1.46	c 1	converted 3720 (90%) expressions
1.32/1.48	c 1	converted 4133 (100%) expressions
1.32/1.48	c 1	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 30
1.32/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.48	c 1	Propagation in CSP
1.42/1.53	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.53	c 1	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 30
1.42/1.53	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.52/1.63	c 1	CSP : 185 integers, 7892 booleans, 11838 clauses, largest domain size 30
1.52/1.63	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.61/1.70	c 1	19 (10%) CSP integer variables are encoded (532 clauses, 5708 bytes)
1.61/1.71	c 1	37 (20%) CSP integer variables are encoded (1036 clauses, 11395 bytes)
1.61/1.71	c 1	56 (30%) CSP integer variables are encoded (1568 clauses, 18311 bytes)
1.61/1.71	c 1	74 (40%) CSP integer variables are encoded (2072 clauses, 24863 bytes)
1.61/1.71	c 1	93 (50%) CSP integer variables are encoded (2604 clauses, 31779 bytes)
1.61/1.71	c 1	111 (60%) CSP integer variables are encoded (3108 clauses, 38331 bytes)
1.61/1.72	c 1	130 (70%) CSP integer variables are encoded (3640 clauses, 45247 bytes)
1.61/1.72	c 1	148 (80%) CSP integer variables are encoded (4144 clauses, 51799 bytes)
1.61/1.72	c 1	167 (90%) CSP integer variables are encoded (4676 clauses, 58715 bytes)
1.61/1.72	c 1	185 (100%) CSP integer variables are encoded (5180 clauses, 65267 bytes)
1.71/1.81	c 1	1184 (10%) CSP clauses are encoded (29274 clauses, 459917 bytes)
1.71/1.87	c 1	2368 (20%) CSP clauses are encoded (53339 clauses, 877531 bytes)
1.81/1.92	c 1	3552 (30%) CSP clauses are encoded (77404 clauses, 1298875 bytes)
1.81/1.97	c 1	4736 (40%) CSP clauses are encoded (101498 clauses, 1719499 bytes)
1.92/2.04	c 1	5919 (50%) CSP clauses are encoded (125533 clauses, 2139107 bytes)
1.92/2.08	c 2	7103 (60%) CSP clauses are encoded (149627 clauses, 2564225 bytes)
2.01/2.14	c 2	8287 (70%) CSP clauses are encoded (173692 clauses, 3010305 bytes)
2.01/2.19	c 2	9471 (80%) CSP clauses are encoded (197757 clauses, 3468705 bytes)
2.11/2.24	c 2	10655 (90%) CSP clauses are encoded (221851 clauses, 3939531 bytes)
2.11/2.29	c 2	11838 (100%) CSP clauses are encoded (245886 clauses, 4409193 bytes)
2.11/2.29	c 2	11838 CSP clauses encoded
2.11/2.29	c 2	Writing map file : HOME/temp.map
2.20/2.30	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.30	c 2	SAT : 13257 SAT variables, 245886 SAT clauses, 4409193 bytes
2.20/2.30	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.32	c 2	SOLVING HOME/temp.cnf
2.20/2.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.20/2.32	c 2	This is MiniSat 2.0 beta
2.20/2.32	c 2	WARNING: for repeatability, setting FPU to use double precision
2.20/2.32	c 2	============================[ Problem Statistics ]=============================
2.20/2.32	c 2	|                                                                             |
2.20/2.32	c 2	|  Number of variables:  13257                                                |
2.20/2.32	c 2	|  Number of clauses:    245886                                               |
2.22/2.46	c 2	|  Parsing time:         0.12         s                                       |
2.22/2.46	c 2	============================[ Search Statistics ]==============================
2.22/2.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.22/2.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.22/2.46	c 2	===============================================================================
2.22/2.46	c 2	|         0 |   13257   245886   712748 |    81962        0    nan |  0.000 % |
2.22/2.53	c 2	|       101 |   13257   245886   712748 |    90158      101     17 |  0.000 % |
2.22/2.57	c 2	|       252 |   13257   245886   712748 |    99174      252     11 |  0.000 % |
2.22/2.60	c 2	|       478 |   13257   245886   712748 |   109091      478     10 |  0.000 % |
2.22/2.63	c 2	|       819 |   13257   245886   712748 |   120000      819     11 |  0.000 % |
2.22/2.68	c 2	|      1325 |   13257   245886   712748 |   132000     1325     15 |  0.000 % |
2.22/2.84	c 2	|      2085 |   13257   245886   712748 |   145200     2085     14 |  0.000 % |
2.22/2.90	c 2	|      3224 |   13257   245886   712748 |   159720     3224     12 |  0.000 % |
2.22/3.00	c 2	|      4932 |   13257   245886   712748 |   175692     4932     11 |  0.000 % |
2.23/3.17	c 3	|      7494 |   13257   245886   712748 |   193262     7494     11 |  0.000 % |
3.19/3.40	c 3	|     11339 |   13257   245886   712748 |   212588    11339     10 |  0.000 % |
3.58/3.77	c 3	|     17105 |   13257   245886   712748 |   233847    17105     11 |  0.000 % |
4.47/4.62	c 4	|     25754 |   13257   245886   712748 |   257231    25754     12 |  0.000 % |
5.75/5.91	c 5	|     38729 |   13257   245886   712748 |   282955    38729     12 |  0.000 % |
9.03/9.26	c 9	|     58190 |   13257   245886   712748 |   311250    58190     14 |  0.000 % |
15.56/15.85	c 15	|     87385 |   13257   245886   712748 |   342375    87385     14 |  0.000 % |
31.12/31.54	c 31	|    131174 |   13257   245886   712748 |   376613   131174     16 |  0.000 % |
67.57/68.33	c 68	|    196860 |   13257   245886   712748 |   414274   196860     16 |  0.000 % |
167.63/169.34	c 169	|    295388 |   13257   245886   712748 |   455701   295388     16 |  0.000 % |
378.85/382.52	c 382	|    443177 |   13257   245886   712748 |   501272   443177     17 |  0.000 % |
593.82/597.62	c 597	|    664860 |   13257   245886   712748 |   551399   180156     21 |  0.000 % |
1029.46/1033.46	c 1033	|    997385 |   13257   245886   712748 |   606539   512681     19 |  0.000 % |
1601.13/1605.33	c 1605	|   1496175 |   13257   245886   712748 |   667193   424371     18 |  0.000 % |
1800.05/1804.31	c ERROR INTERRUPTED
1800.05/1804.32	s UNKNOWN
1800.05/1804.32	c 1804	CPU 2.07 (0.04 0.01 2.03 0.16)
1800.05/1804.32	c 1804	END Sat Jul  5 15:13:51 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-1089111-1215261826/watcher-1089111-1215261826 -o /tmp/evaluation-result-1089111-1215261826/solver-1089111-1215261826 -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-1089111-1215261826.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.04 2.05 2.01 4/73 21695
/proc/meminfo: memFree=1242400/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=4708 CPUtime=0
/proc/21695/stat : 21695 (sugar) R 21693 21695 20867 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 2005156673 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 225609581264 0 0 4096 0 0 0 0 17 1 0 0
/proc/21695/statm: 1177 41 31 3 0 8 0

[startup+0.0660339 s]
/proc/loadavg: 2.04 2.05 2.01 4/73 21695
/proc/meminfo: memFree=1242400/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=0.04
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005156673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102846 s]
/proc/loadavg: 2.04 2.05 2.01 4/73 21695
/proc/meminfo: memFree=1242400/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=0.04
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005156673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302044 s]
/proc/loadavg: 2.04 2.05 2.01 4/73 21695
/proc/meminfo: memFree=1242400/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=0.04
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005156673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702086 s]
/proc/loadavg: 2.04 2.05 2.01 4/73 21695
/proc/meminfo: memFree=1242400/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=0.04
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005156673 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.04 2.05 2.01 4/84 21717
/proc/meminfo: memFree=1234760/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=0.79
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 974 6973 0 1 3 1 70 5 15 0 1 0 2005156673 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 797 370 3 0 500 0
[pid=21708] ppid=21695 vsize=5356 CPUtime=0
/proc/21708/stat : 21708 (sh) S 21695 21695 20867 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005156757 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21708/statm: 1339 233 193 169 0 50 0
[pid=21709] ppid=21708 vsize=868272 CPUtime=0.63
/proc/21709/stat : 21709 (java) S 21708 21695 20867 0 -1 0 5673 0 1 0 59 4 0 0 18 0 9 0 2005156757 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21709/statm: 217068 5090 1734 9 0 211643 0
[pid=21709/tid=21710] ppid=21708 vsize=868272 CPUtime=0.37
/proc/21709/task/21710/stat : 21710 (java) R 21708 21695 20867 0 -1 64 2655 0 1 0 35 2 0 0 19 0 9 0 2005156758 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21711] ppid=21708 vsize=868272 CPUtime=0.04
/proc/21709/task/21711/stat : 21711 (java) S 21708 21695 20867 0 -1 64 872 0 0 0 4 0 0 0 16 0 9 0 2005156759 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21712] ppid=21708 vsize=868272 CPUtime=0
/proc/21709/task/21712/stat : 21712 (java) S 21708 21695 20867 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005156760 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21713] ppid=21708 vsize=868272 CPUtime=0
/proc/21709/task/21713/stat : 21713 (java) S 21708 21695 20867 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005156760 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21714] ppid=21708 vsize=868272 CPUtime=0
/proc/21709/task/21714/stat : 21714 (java) S 21708 21695 20867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005156762 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21715] ppid=21708 vsize=868272 CPUtime=0.2
/proc/21709/task/21715/stat : 21715 (java) R 21708 21695 20867 0 -1 64 1454 0 0 0 19 1 0 0 16 0 9 0 2005156762 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 102022768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21716] ppid=21708 vsize=868272 CPUtime=0
/proc/21709/task/21716/stat : 21716 (java) S 21708 21695 20867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005156762 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21709/tid=21717] ppid=21708 vsize=868272 CPUtime=0
/proc/21709/task/21717/stat : 21717 (java) S 21708 21695 20867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005156762 889110528 5090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.1013 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 21717
/proc/meminfo: memFree=1220040/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 15 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13600

[startup+6.30157 s]
/proc/loadavg: 2.11 2.06 2.01 3/76 21719
/proc/meminfo: memFree=1219656/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=17032 CPUtime=3.92
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 4064 0 0 0 390 2 0 0 25 0 1 0 2005156905 17440768 4050 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 4258 4050 76 150 0 4105 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 35988

[startup+12.7011 s]
/proc/loadavg: 2.10 2.06 2.01 3/76 21719
/proc/meminfo: memFree=1214856/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=20320 CPUtime=10.27
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 4909 0 0 0 1023 4 0 0 25 0 1 0 2005156905 20807680 4895 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 5080 4895 76 150 0 4927 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 39276

[startup+25.5022 s]
/proc/loadavg: 2.08 2.06 2.01 3/76 21719
/proc/meminfo: memFree=1209096/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=24756 CPUtime=22.94
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 6008 0 0 0 2289 5 0 0 25 0 1 0 2005156905 25350144 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 6189 5994 76 150 0 6036 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 43712

[startup+51.1024 s]
/proc/loadavg: 2.05 2.05 2.01 3/76 21719
/proc/meminfo: memFree=1201032/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=30352 CPUtime=48.3
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 7391 0 0 0 4823 7 0 0 25 0 1 0 2005156905 31080448 7377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 7588 7377 76 150 0 7435 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 49308

[startup+102.308 s]
/proc/loadavg: 2.02 2.04 2.00 3/76 21719
/proc/meminfo: memFree=1188488/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=38248 CPUtime=99.03
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 9279 0 0 0 9894 9 0 0 25 0 1 0 2005156905 39165952 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 9562 9265 76 150 0 9409 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 57204

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 21719
/proc/meminfo: memFree=1176648/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=43364 CPUtime=158.47
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 10577 0 0 0 15836 11 0 0 25 0 1 0 2005156905 44404736 10563 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 10841 10563 76 150 0 10688 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 62320

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 21719
/proc/meminfo: memFree=1164488/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=49276 CPUtime=217.91
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 11957 0 0 0 21778 13 0 0 25 0 1 0 2005156905 50458624 11943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21719/statm: 12319 11943 76 150 0 12166 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 68232

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

/proc/meminfo: memFree=1617928/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1355.99
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22118 0 0 0 135572 27 0 0 25 0 1 0 2005156905 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1358.22
Current children cumulated vsize (KiB) 109860

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1617864/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1415.97
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22118 0 0 0 141570 27 0 0 25 0 1 0 2005156905 93085696 22104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22104 76 150 0 22573 0
Current children cumulated CPU time (s) 1418.2
Current children cumulated vsize (KiB) 109860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1617800/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1475.95
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22119 0 0 0 147568 27 0 0 25 0 1 0 2005156905 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1478.18
Current children cumulated vsize (KiB) 109860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1617800/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1535.92
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22119 0 0 0 153565 27 0 0 25 0 1 0 2005156905 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1538.15
Current children cumulated vsize (KiB) 109860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1617672/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1595.9
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22119 0 0 0 159563 27 0 0 25 0 1 0 2005156905 93085696 22105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22105 76 150 0 22573 0
Current children cumulated CPU time (s) 1598.13
Current children cumulated vsize (KiB) 109860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1617544/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=90904 CPUtime=1655.88
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 22140 0 0 0 165561 27 0 0 25 0 1 0 2005156905 93085696 22126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 22726 22126 76 150 0 22573 0
Current children cumulated CPU time (s) 1658.11
Current children cumulated vsize (KiB) 109860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1611848/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=96828 CPUtime=1715.86
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 23564 0 0 0 171557 29 0 0 25 0 1 0 2005156905 99151872 23543 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 24207 23543 76 150 0 24054 0
Current children cumulated CPU time (s) 1718.09
Current children cumulated vsize (KiB) 115784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1607496/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=101220 CPUtime=1775.83
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 24630 0 0 0 177553 30 0 0 25 0 1 0 2005156905 103649280 24609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 25305 24609 76 150 0 25152 0
Current children cumulated CPU time (s) 1778.06
Current children cumulated vsize (KiB) 120176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1606088/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=102672 CPUtime=1797.82
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 24988 0 0 0 179751 31 0 0 25 0 1 0 2005156905 105136128 24967 996147200 134512640 135127466 4294956256 18446744073709551615 134527465 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 25668 24967 76 150 0 25515 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 121628

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

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

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21765
/proc/meminfo: memFree=1606088/2055920 swapFree=4180080/4192956
[pid=21695] ppid=21693 vsize=13600 CPUtime=2.23
/proc/21695/stat : 21695 (sugar) S 21693 21695 20867 0 -1 4194304 1032 15000 0 2 4 1 203 15 16 0 1 0 2005156673 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21695/statm: 3400 798 370 3 0 500 0
[pid=21718] ppid=21695 vsize=5356 CPUtime=0
/proc/21718/stat : 21718 (sh) S 21695 21695 20867 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005156905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21718/statm: 1339 232 193 169 0 50 0
[pid=21719] ppid=21718 vsize=102672 CPUtime=1797.82
/proc/21719/stat : 21719 (minisat) R 21718 21695 20867 0 -1 4194304 24988 0 0 0 179751 31 0 0 25 0 1 0 2005156905 105136128 24967 996147200 134512640 135127466 4294956256 18446744073709551615 134527465 0 0 4096 3 0 0 0 17 0 0 0
/proc/21719/statm: 25668 24967 76 150 0 25515 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 121628

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21695 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=75684
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=177972
# CPU time returned by wait4() is 2.25366
# 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): 1804.33
CPU time (s): 1800.05
CPU user time (s): 1799.58
CPU system time (s): 0.47
CPU usage (%): 99.763
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.07568
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16375
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= 2958
involuntary context switches= 2835

runsolver used 2.21166 second user time and 6.01209 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 14:43:46
IDJOB=1089111
IDBENCH=58210
IDSOLVER=346
FILE ID=node31/1089111-1215261826
PBS_JOBID= 7882052
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-4-30.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-1089111-1215261826/watcher-1089111-1215261826 -o /tmp/evaluation-result-1089111-1215261826/solver-1089111-1215261826 -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-1089111-1215261826.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47c8dce6ec1bb9945d5eba71f58be254
RANDOM SEED=1830743102

node31.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.232
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.232
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:       1242880 kB
Buffers:         27112 kB
Cached:         184624 kB
SwapCached:       5728 kB
Active:         690636 kB
Inactive:        70324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242880 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         555748 kB
Slab:            35880 kB
Committed_AS:  3699988 kB
PageTables:       3028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node31 at 2008-07-05 15:13:53