Trace number 1089279

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.06 1808.53

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-4-29.xml
MD5SUM64accd0a11dcba13c742505e58acb11f
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.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables185
Number of constraints3946
Maximum constraint arity2
Maximum domain size29
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 16:17:58 2008
0.00/0.04	c 0	PID 14019
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1089279-1215267478.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089279-1215267478.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 185 variables, 1 predicates, 0 relations, 3946 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/0.91	c 1	Parsing HOME/temp.csp
1.03/1.13	c 1	parsed 4133 expressions
1.03/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.14	c 1	Converting to clausal form CSP
1.12/1.23	c 2	converted 414 (10%) expressions
1.21/1.34	c 2	converted 827 (20%) expressions
1.21/1.36	c 2	converted 1240 (30%) expressions
1.21/1.38	c 2	converted 1654 (40%) expressions
1.21/1.39	c 2	converted 2067 (50%) expressions
1.31/1.40	c 2	converted 2480 (60%) expressions
1.31/1.41	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.44	c 2	converted 4133 (100%) expressions
1.31/1.45	c 2	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 29
1.31/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.45	c 2	Propagation in CSP
1.31/1.50	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.50	c 2	CSP : 185 integers, 0 booleans, 3946 clauses, largest domain size 29
1.41/1.50	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.50	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.59	c 2	CSP : 185 integers, 7892 booleans, 11838 clauses, largest domain size 29
1.41/1.59	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.64	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.66	c 2	19 (10%) CSP integer variables are encoded (513 clauses, 5499 bytes)
1.52/1.66	c 2	37 (20%) CSP integer variables are encoded (999 clauses, 10916 bytes)
1.52/1.66	c 2	56 (30%) CSP integer variables are encoded (1512 clauses, 17585 bytes)
1.52/1.66	c 2	74 (40%) CSP integer variables are encoded (1998 clauses, 23903 bytes)
1.52/1.67	c 2	93 (50%) CSP integer variables are encoded (2511 clauses, 30572 bytes)
1.52/1.67	c 2	111 (60%) CSP integer variables are encoded (2997 clauses, 36890 bytes)
1.52/1.67	c 2	130 (70%) CSP integer variables are encoded (3510 clauses, 43559 bytes)
1.52/1.67	c 2	148 (80%) CSP integer variables are encoded (3996 clauses, 49877 bytes)
1.52/1.67	c 2	167 (90%) CSP integer variables are encoded (4509 clauses, 56546 bytes)
1.52/1.67	c 2	185 (100%) CSP integer variables are encoded (4995 clauses, 62864 bytes)
1.61/1.76	c 2	1184 (10%) CSP clauses are encoded (28299 clauses, 444030 bytes)
1.71/1.82	c 2	2368 (20%) CSP clauses are encoded (51575 clauses, 847174 bytes)
1.71/1.86	c 2	3552 (30%) CSP clauses are encoded (74851 clauses, 1254370 bytes)
1.81/1.91	c 2	4736 (40%) CSP clauses are encoded (98155 clauses, 1660664 bytes)
1.81/1.97	c 2	5919 (50%) CSP clauses are encoded (121402 clauses, 2065908 bytes)
1.91/2.01	c 2	7103 (60%) CSP clauses are encoded (144706 clauses, 2473490 bytes)
1.91/2.06	c 2	8287 (70%) CSP clauses are encoded (167982 clauses, 2901787 bytes)
2.01/2.11	c 2	9471 (80%) CSP clauses are encoded (191258 clauses, 3343920 bytes)
2.01/2.16	c 3	10655 (90%) CSP clauses are encoded (214562 clauses, 3798946 bytes)
2.11/2.21	c 3	11838 (100%) CSP clauses are encoded (237809 clauses, 4252848 bytes)
2.11/2.21	c 3	11838 CSP clauses encoded
2.11/2.21	c 3	Writing map file : HOME/temp.map
2.11/2.22	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.22	c 3	SAT : 13072 SAT variables, 237809 SAT clauses, 4252848 bytes
2.11/2.22	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.24	c 3	SOLVING HOME/temp.cnf
2.11/2.24	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.11/2.24	c 3	This is MiniSat 2.0 beta
2.11/2.24	c 3	WARNING: for repeatability, setting FPU to use double precision
2.11/2.24	c 3	============================[ Problem Statistics ]=============================
2.11/2.24	c 3	|                                                                             |
2.11/2.25	c 3	|  Number of variables:  13072                                                |
2.11/2.25	c 3	|  Number of clauses:    237809                                               |
2.14/2.37	c 3	|  Parsing time:         0.11         s                                       |
2.14/2.38	c 3	============================[ Search Statistics ]==============================
2.14/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.14/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.14/2.38	c 3	===============================================================================
2.14/2.38	c 3	|         0 |   13072   237809   688702 |    79269        0    nan |  0.000 % |
2.14/2.45	c 3	|       101 |   13072   237809   688702 |    87196      101     13 |  0.000 % |
2.14/2.47	c 3	|       251 |   13072   237809   688702 |    95916      251     11 |  0.000 % |
2.14/2.49	c 3	|       476 |   13072   237809   688702 |   105507      476     11 |  0.000 % |
2.14/2.54	c 3	|       815 |   13072   237809   688702 |   116058      815     10 |  0.000 % |
2.14/2.58	c 3	|      1321 |   13072   237809   688702 |   127664     1321      9 |  0.000 % |
2.14/2.66	c 3	|      2081 |   13072   237809   688702 |   140431     2081     11 |  0.000 % |
2.14/2.71	c 3	|      3221 |   13072   237809   688702 |   154474     3221     10 |  0.000 % |
2.14/2.82	c 3	|      4929 |   13072   237809   688702 |   169921     4929     10 |  0.000 % |
2.14/3.00	c 3	|      7491 |   13072   237809   688702 |   186913     7491     11 |  0.000 % |
3.18/3.39	c 4	|     11335 |   13072   237809   688702 |   205605    11335     13 |  0.000 % |
3.57/3.75	c 4	|     17102 |   13072   237809   688702 |   226165    17102     12 |  0.000 % |
4.17/4.37	c 5	|     25753 |   13072   237809   688702 |   248782    25753     12 |  0.000 % |
5.25/5.48	c 6	|     38728 |   13072   237809   688702 |   273660    38728     12 |  0.000 % |
9.90/10.18	c 11	|     58191 |   13072   237809   688702 |   301026    58191     15 |  0.000 % |
16.34/16.62	c 17	|     87383 |   13072   237809   688702 |   331129    87383     15 |  0.000 % |
31.02/31.44	c 32	|    131174 |   13072   237809   688702 |   364241   131174     14 |  0.000 % |
87.68/88.62	c 89	|    196858 |   13072   237809   688702 |   400666   196858     17 |  0.000 % |
208.14/210.27	c 211	|    295385 |   13072   237809   688702 |   440732   295385     19 |  0.000 % |
314.03/317.11	c 317	|    443174 |   13072   237809   688702 |   484806    20256     19 |  0.000 % |
527.61/532.73	c 533	|    664858 |   13072   237809   688702 |   533286   241940     18 |  0.000 % |
874.72/882.86	c 883	|    997383 |   13072   237809   688702 |   586615    57905     20 |  0.000 % |
1800.06/1808.52	c ERROR INTERRUPTED
1800.06/1808.52	s UNKNOWN
1800.06/1808.52	c 1809	CPU 2.02 (0.04 0 1.98 0.13)
1800.06/1808.52	c 1809	END Sat Jul  5 16:48:07 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-1089279-1215267478/watcher-1089279-1215267478 -o /tmp/evaluation-result-1089279-1215267478/solver-1089279-1215267478 -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-1089279-1215267478.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.85 1.97 1.99 4/72 14019
/proc/meminfo: memFree=1759576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=12268 CPUtime=0
/proc/14019/stat : 14019 (sugar) R 14017 14019 13982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005720303 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14019/statm: 3067 316 241 3 0 167 0

[startup+0.049495 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 14019
/proc/meminfo: memFree=1759576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=0.03
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2005720303 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101525 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 14019
/proc/meminfo: memFree=1759576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=0.03
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005720303 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301542 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 14019
/proc/meminfo: memFree=1759576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=0.03
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005720303 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701594 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 14019
/proc/meminfo: memFree=1759576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=0.03
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005720303 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 14041
/proc/meminfo: memFree=1751872/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=0.77
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 974 6972 0 1 3 0 69 5 15 0 1 0 2005720303 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 797 370 3 0 500 0
[pid=14032] ppid=14019 vsize=5356 CPUtime=0
/proc/14032/stat : 14032 (sh) S 14019 14019 13982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005720386 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14032/statm: 1339 233 193 169 0 50 0
[pid=14033] ppid=14032 vsize=868272 CPUtime=0.64
/proc/14033/stat : 14033 (java) S 14032 14019 13982 0 -1 0 5818 0 1 0 62 2 0 0 18 0 9 0 2005720386 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14033/statm: 217068 5231 1734 9 0 211643 0
[pid=14033/tid=14034] ppid=14032 vsize=868272 CPUtime=0.38
/proc/14033/task/14034/stat : 14034 (java) R 14032 14019 13982 0 -1 64 2660 0 1 0 37 1 0 0 19 0 9 0 2005720387 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4125977578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14035] ppid=14032 vsize=868272 CPUtime=0.05
/proc/14033/task/14035/stat : 14035 (java) S 14032 14019 13982 0 -1 64 1011 0 0 0 5 0 0 0 16 0 9 0 2005720388 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14036] ppid=14032 vsize=868272 CPUtime=0
/proc/14033/task/14036/stat : 14036 (java) S 14032 14019 13982 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005720389 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14037] ppid=14032 vsize=868272 CPUtime=0
/proc/14033/task/14037/stat : 14037 (java) S 14032 14019 13982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005720389 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14038] ppid=14032 vsize=868272 CPUtime=0
/proc/14033/task/14038/stat : 14038 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005720391 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14039] ppid=14032 vsize=868272 CPUtime=0.19
/proc/14033/task/14039/stat : 14039 (java) S 14032 14019 13982 0 -1 64 1455 0 0 0 19 0 0 0 16 0 9 0 2005720391 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14040] ppid=14032 vsize=868272 CPUtime=0
/proc/14033/task/14040/stat : 14040 (java) S 14032 14019 13982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005720391 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14033/tid=14041] ppid=14032 vsize=868272 CPUtime=0
/proc/14033/task/14041/stat : 14041 (java) S 14032 14019 13982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005720391 889110528 5231 996147200 134512640 134550740 4294955952 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) 887228

[startup+3.10286 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 14041
/proc/meminfo: memFree=1736704/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.14
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 3 0 198 13 15 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13600

[startup+6.30121 s]
/proc/loadavg: 1.86 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1737344/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.14
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 3 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=17000 CPUtime=4
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 4054 0 0 0 398 2 0 0 25 0 1 0 2005720528 17408000 4040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 4250 4040 76 150 0 4097 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 35956

[startup+12.7019 s]
/proc/loadavg: 1.87 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1733960/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.14
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 3 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=20044 CPUtime=10.34
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 4817 0 0 0 1031 3 0 0 25 0 1 0 2005720528 20525056 4803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 5011 4803 76 150 0 4858 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 39000

[startup+25.5013 s]
/proc/loadavg: 1.90 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1729736/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=24360 CPUtime=23.02
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 5885 0 0 0 2298 4 0 0 25 0 1 0 2005720528 24944640 5871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 6090 5871 76 150 0 5937 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 43316

[startup+51.1012 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1724680/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=29424 CPUtime=48.38
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 7109 0 0 0 4833 5 0 0 25 0 1 0 2005720528 30130176 7095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 7356 7095 76 150 0 7203 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 48380

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1718152/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=35984 CPUtime=99.1
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 8684 0 0 0 9903 7 0 0 25 0 1 0 2005720528 36847616 8670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 8996 8670 76 150 0 8843 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 54940

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1711880/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=42004 CPUtime=158.53
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 10253 0 0 0 15845 8 0 0 25 0 1 0 2005720528 43012096 10239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 10501 10239 76 150 0 10348 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 60960

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14043
/proc/meminfo: memFree=1703112/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=51080 CPUtime=217.97
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 12424 0 0 0 21786 11 0 0 25 0 1 0 2005720528 52305920 12410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14043/statm: 12770 12410 76 150 0 12617 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 70036

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

/proc/meminfo: memFree=1655112/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=79920 CPUtime=1351.88
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 19399 0 0 0 135166 22 0 0 25 0 1 0 2005720528 81838080 19385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 19980 19385 76 150 0 19827 0
Current children cumulated CPU time (s) 1354.03
Current children cumulated vsize (KiB) 98876

[startup+1422.31 s]
/proc/loadavg: 2.13 2.07 2.01 3/75 14072
/proc/meminfo: memFree=1653832/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=81228 CPUtime=1411.86
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 19669 0 0 0 141164 22 0 0 25 0 1 0 2005720528 83177472 19655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 20307 19655 76 150 0 20154 0
Current children cumulated CPU time (s) 1414.01
Current children cumulated vsize (KiB) 100184

[startup+1482.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/75 14073
/proc/meminfo: memFree=1653576/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=81808 CPUtime=1471.83
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 19759 0 0 0 147161 22 0 0 25 0 1 0 2005720528 83771392 19745 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 20452 19745 76 150 0 20299 0
Current children cumulated CPU time (s) 1473.98
Current children cumulated vsize (KiB) 100764

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/75 14073
/proc/meminfo: memFree=1651208/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=84092 CPUtime=1531.8
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 20336 0 0 0 153158 22 0 0 25 0 1 0 2005720528 86110208 20322 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 21023 20322 76 150 0 20870 0
Current children cumulated CPU time (s) 1533.95
Current children cumulated vsize (KiB) 103048

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/75 14073
/proc/meminfo: memFree=1649032/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=86188 CPUtime=1591.78
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 20855 0 0 0 159155 23 0 0 25 0 1 0 2005720528 88256512 20841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 21547 20841 76 150 0 21394 0
Current children cumulated CPU time (s) 1593.93
Current children cumulated vsize (KiB) 105144

[startup+1662.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/75 14073
/proc/meminfo: memFree=1647176/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=88332 CPUtime=1651.75
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 21329 0 0 0 165151 24 0 0 25 0 1 0 2005720528 90451968 21315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 22083 21315 76 150 0 21930 0
Current children cumulated CPU time (s) 1653.9
Current children cumulated vsize (KiB) 107288

[startup+1722.3 s]
/proc/loadavg: 2.21 2.11 2.02 3/75 14073
/proc/meminfo: memFree=1645320/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=90324 CPUtime=1711.74
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 21801 0 0 0 171149 25 0 0 25 0 1 0 2005720528 92491776 21787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 22581 21787 76 150 0 22428 0
Current children cumulated CPU time (s) 1713.89
Current children cumulated vsize (KiB) 109280

[startup+1782.3 s]
/proc/loadavg: 2.16 2.12 2.02 3/75 14073
/proc/meminfo: memFree=1642760/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=92904 CPUtime=1771.71
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 22405 0 0 0 177146 25 0 0 25 0 1 0 2005720528 95133696 22391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 23226 22391 76 150 0 23073 0
Current children cumulated CPU time (s) 1773.86
Current children cumulated vsize (KiB) 111860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.22 2.14 2.03 3/75 14073
/proc/meminfo: memFree=1641992/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=93812 CPUtime=1797.91
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 22601 0 0 0 179765 26 0 0 25 0 1 0 2005720528 96063488 22587 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 23453 22587 76 150 0 23300 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 112768

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

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

[startup+1808.5 s]
/proc/loadavg: 2.22 2.14 2.03 3/75 14073
/proc/meminfo: memFree=1641992/2055920 swapFree=4180096/4192956
[pid=14019] ppid=14017 vsize=13600 CPUtime=2.15
/proc/14019/stat : 14019 (sugar) S 14017 14019 13982 0 -1 4194304 1032 14994 0 2 4 0 198 13 16 0 1 0 2005720303 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14019/statm: 3400 798 370 3 0 500 0
[pid=14042] ppid=14019 vsize=5356 CPUtime=0
/proc/14042/stat : 14042 (sh) S 14019 14019 13982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005720527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14042/statm: 1339 232 193 169 0 50 0
[pid=14043] ppid=14042 vsize=93812 CPUtime=1797.91
/proc/14043/stat : 14043 (minisat) R 14042 14019 13982 0 -1 4194304 22601 0 0 0 179765 26 0 0 25 0 1 0 2005720528 96063488 22587 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/14043/statm: 23453 22587 76 150 0 23300 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 112768

Child status: 0

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

Real time (s): 1808.53
CPU time (s): 1800.06
CPU user time (s): 1799.67
CPU system time (s): 0.39
CPU usage (%): 99.5318
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.02469
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16369
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= 2918
involuntary context switches= 2780

runsolver used 2.40563 second user time and 5.83511 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 16:17:58
IDJOB=1089279
IDBENCH=58244
IDSOLVER=346
FILE ID=node42/1089279-1215267478
PBS_JOBID= 7882219
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64accd0a11dcba13c742505e58acb11f
RANDOM SEED=1548819409

node42.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.214
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.214
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:       1760056 kB
Buffers:         29404 kB
Cached:         201728 kB
SwapCached:       7140 kB
Active:         145836 kB
Inactive:        98272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760056 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          20140 kB
Slab:            37144 kB
Committed_AS:  3649092 kB
PageTables:       1804 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= 66488 MiB
End job on node42 at 2008-07-05 16:48:09