Trace number 1089069

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.02 1807.33

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-15.xml
MD5SUM3755f2fe1d41cb4703210779758109d6
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.328949
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:38:43 2008
0.00/0.04	c 0	PID 26348
0.03/0.04	c 0	HOST node53.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1089069-1215261523.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089069-1215261523.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 451 variables, 1 predicates, 0 relations, 8691 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.90	c 1	Parsing HOME/temp.csp
1.21/1.31	c 1	parsed 9144 expressions
1.21/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.31	c 1	Converting to clausal form CSP
1.32/1.49	c 1	converted 915 (10%) expressions
1.41/1.54	c 1	converted 1829 (20%) expressions
1.41/1.56	c 1	converted 2744 (30%) expressions
1.52/1.63	c 2	converted 3658 (40%) expressions
1.52/1.65	c 2	converted 4572 (50%) expressions
1.52/1.67	c 2	converted 5487 (60%) expressions
1.61/1.70	c 2	converted 6401 (70%) expressions
1.61/1.72	c 2	converted 7316 (80%) expressions
1.61/1.75	c 2	converted 8230 (90%) expressions
1.71/1.82	c 2	converted 9144 (100%) expressions
1.71/1.82	c 2	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 15
1.71/1.82	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.82	c 2	Propagation in CSP
1.81/1.91	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/1.91	c 2	CSP : 451 integers, 0 booleans, 8691 clauses, largest domain size 15
1.81/1.91	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.91	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.08	c 2	CSP : 451 integers, 17382 booleans, 26073 clauses, largest domain size 15
1.91/2.08	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.11/2.20	c 2	46 (10%) CSP integer variables are encoded (598 clauses, 6442 bytes)
2.11/2.21	c 2	91 (20%) CSP integer variables are encoded (1183 clauses, 13388 bytes)
2.11/2.21	c 2	136 (30%) CSP integer variables are encoded (1768 clauses, 20993 bytes)
2.11/2.21	c 2	181 (40%) CSP integer variables are encoded (2353 clauses, 28598 bytes)
2.11/2.21	c 2	226 (50%) CSP integer variables are encoded (2938 clauses, 36203 bytes)
2.11/2.21	c 2	271 (60%) CSP integer variables are encoded (3523 clauses, 43808 bytes)
2.11/2.21	c 2	316 (70%) CSP integer variables are encoded (4108 clauses, 51413 bytes)
2.11/2.21	c 2	361 (80%) CSP integer variables are encoded (4693 clauses, 59018 bytes)
2.11/2.22	c 2	406 (90%) CSP integer variables are encoded (5278 clauses, 66623 bytes)
2.11/2.22	c 2	451 (100%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
2.20/2.32	c 2	2608 (10%) CSP clauses are encoded (32817 clauses, 502018 bytes)
2.20/2.38	c 2	5215 (20%) CSP clauses are encoded (59756 clauses, 958392 bytes)
2.31/2.44	c 2	7822 (30%) CSP clauses are encoded (86695 clauses, 1442209 bytes)
2.40/2.50	c 2	10430 (40%) CSP clauses are encoded (113649 clauses, 1929882 bytes)
2.40/2.56	c 2	13037 (50%) CSP clauses are encoded (140588 clauses, 2417532 bytes)
2.50/2.62	c 3	15644 (60%) CSP clauses are encoded (167527 clauses, 2905472 bytes)
2.50/2.68	c 3	18252 (70%) CSP clauses are encoded (194467 clauses, 3394228 bytes)
2.60/2.74	c 3	20859 (80%) CSP clauses are encoded (221406 clauses, 3882738 bytes)
2.70/2.80	c 3	23466 (90%) CSP clauses are encoded (248345 clauses, 4390326 bytes)
2.70/2.86	c 3	26073 (100%) CSP clauses are encoded (275284 clauses, 4904774 bytes)
2.70/2.87	c 3	26073 CSP clauses encoded
2.70/2.87	c 3	Writing map file : HOME/temp.map
2.70/2.88	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.88	c 3	SAT : 23696 SAT variables, 275284 SAT clauses, 4904774 bytes
2.70/2.88	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.93	c 3	SOLVING HOME/temp.cnf
2.78/2.93	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.78/2.93	c 3	This is MiniSat 2.0 beta
2.78/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/2.93	c 3	============================[ Problem Statistics ]=============================
2.78/2.93	c 3	|                                                                             |
2.78/2.93	c 3	|  Number of variables:  23696                                                |
2.78/2.93	c 3	|  Number of clauses:    275284                                               |
2.82/3.08	c 3	|  Parsing time:         0.12         s                                       |
2.82/3.09	c 3	============================[ Search Statistics ]==============================
2.82/3.09	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.82/3.09	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.82/3.09	c 3	===============================================================================
2.82/3.09	c 3	|         0 |   23696   275284   776534 |    91761        0    nan |  0.000 % |
2.82/3.17	c 3	|       102 |   23696   275284   776534 |   100937      102      9 |  0.000 % |
3.08/3.21	c 3	|       252 |   23696   275284   776534 |   111031      252      8 |  0.000 % |
3.08/3.25	c 3	|       477 |   23696   275284   776534 |   122134      477      8 |  0.000 % |
3.08/3.29	c 3	|       815 |   23696   275284   776534 |   134347      815      8 |  0.000 % |
3.18/3.37	c 3	|      1322 |   23696   275284   776534 |   147782     1322      9 |  0.000 % |
3.37/3.50	c 3	|      2082 |   23696   275284   776534 |   162560     2082      9 |  0.000 % |
3.57/3.74	c 4	|      3222 |   23696   275284   776534 |   178816     3222     10 |  0.000 % |
3.87/4.06	c 4	|      4931 |   23696   275284   776534 |   196698     4931     10 |  0.000 % |
4.27/4.45	c 4	|      7495 |   23696   275284   776534 |   216368     7495     10 |  0.000 % |
4.76/4.95	c 5	|     11339 |   23696   275284   776534 |   238005    11339     10 |  0.000 % |
5.26/5.49	c 5	|     17105 |   23696   275284   776534 |   261805    17105     10 |  0.000 % |
11.94/12.12	c 12	|     25755 |   23696   275284   776534 |   287986    25755     13 |  0.000 % |
14.02/14.27	c 14	|     38729 |   23696   275284   776534 |   316785    38729     13 |  0.000 % |
23.49/23.76	c 24	|     58190 |   23696   275284   776534 |   348463    58190     14 |  0.000 % |
30.75/31.04	c 31	|     87383 |   23696   275284   776534 |   383309    87383     14 |  0.000 % |
57.85/58.24	c 58	|    131173 |   23696   275284   776534 |   421640   131173     14 |  0.000 % |
140.52/141.26	c 141	|    196858 |   23696   275284   776534 |   463804   196858     15 |  0.000 % |
284.95/286.22	c 286	|    295385 |   23696   275284   776534 |   510185   295385     15 |  0.000 % |
688.85/691.74	c 692	|    443174 |   23696   275284   776534 |   561203   443174     15 |  0.000 % |
1103.41/1107.90	c 1108	|    664858 |   23696   275284   776534 |   617324   128121     14 |  0.000 % |
1727.10/1734.12	c 1734	|    997384 |   23696   275284   776534 |   679056   460647     14 |  0.000 % |
1800.02/1807.32	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1807.32	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1807.32	c ERROR INTERRUPTED
1800.02/1807.32	s UNKNOWN
1800.02/1807.32	c 1807	CPU 2.66 (0.03 0.01 2.63 0.16)
1800.02/1807.32	c 1807	END Sat Jul  5 15:08:50 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-1089069-1215261523/watcher-1089069-1215261523 -o /tmp/evaluation-result-1089069-1215261523/solver-1089069-1215261523 -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-1089069-1215261523.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.91 1.98 1.99 4/72 26348
/proc/meminfo: memFree=1562992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=12268 CPUtime=0
/proc/26348/stat : 26348 (sugar) R 26346 26348 24073 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005124622 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/26348/statm: 3067 316 241 3 0 167 0

[startup+0.0437249 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 26348
/proc/meminfo: memFree=1562992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=0.03
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 2005124622 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102424 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 26348
/proc/meminfo: memFree=1562992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=0.03
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005124622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302447 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 26348
/proc/meminfo: memFree=1562992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=0.03
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005124622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702501 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 26348
/proc/meminfo: memFree=1562992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=0.03
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2005124622 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 26370
/proc/meminfo: memFree=1555544/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=0.77
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 973 8674 0 1 3 0 69 5 15 0 1 0 2005124622 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 797 370 3 0 500 0
[pid=26361] ppid=26348 vsize=5356 CPUtime=0
/proc/26361/stat : 26361 (sh) S 26348 26348 24073 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005124705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26361/statm: 1339 233 193 169 0 50 0
[pid=26362] ppid=26361 vsize=868256 CPUtime=0.64
/proc/26362/stat : 26362 (java) S 26361 26348 24073 0 -1 0 5519 0 1 0 61 3 0 0 19 0 9 0 2005124706 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26362/statm: 217064 4908 1734 9 0 211639 0
[pid=26362/tid=26363] ppid=26361 vsize=868256 CPUtime=0.41
/proc/26362/task/26363/stat : 26363 (java) R 26361 26348 24073 0 -1 64 2664 0 1 0 40 1 0 0 18 0 9 0 2005124706 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26364] ppid=26361 vsize=868256 CPUtime=0.04
/proc/26362/task/26364/stat : 26364 (java) S 26361 26348 24073 0 -1 64 707 0 0 0 4 0 0 0 16 0 9 0 2005124708 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26365] ppid=26361 vsize=868256 CPUtime=0
/proc/26362/task/26365/stat : 26365 (java) S 26361 26348 24073 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005124708 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26366] ppid=26361 vsize=868256 CPUtime=0
/proc/26362/task/26366/stat : 26366 (java) S 26361 26348 24073 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2005124708 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26367] ppid=26361 vsize=868256 CPUtime=0
/proc/26362/task/26367/stat : 26367 (java) S 26361 26348 24073 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005124710 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26368] ppid=26361 vsize=868256 CPUtime=0.16
/proc/26362/task/26368/stat : 26368 (java) R 26361 26348 24073 0 -1 64 1457 0 0 0 16 0 0 0 16 0 9 0 2005124710 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 102023282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26369] ppid=26361 vsize=868256 CPUtime=0
/proc/26362/task/26369/stat : 26369 (java) S 26361 26348 24073 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005124710 889094144 4908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26362/tid=26370] ppid=26361 vsize=868256 CPUtime=0
/proc/26362/task/26370/stat : 26370 (java) S 26361 26348 24073 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005124710 889094144 4908 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) 887212

[startup+3.10178 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 26370
/proc/meminfo: memFree=1535064/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 15 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 13600

[startup+6.30116 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1539992/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 15 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=16928 CPUtime=3.33
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 4031 0 0 0 331 2 0 0 25 0 1 0 2005124916 17334272 4017 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 4232 4017 76 150 0 4079 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 35884

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1538968/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=17892 CPUtime=9.71
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 4299 0 0 0 968 3 0 0 25 0 1 0 2005124916 18321408 4285 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 4473 4285 76 150 0 4320 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 36848

[startup+25.5024 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1535320/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=21528 CPUtime=22.46
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 5180 0 0 0 2242 4 0 0 25 0 1 0 2005124916 22044672 5166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 5382 5166 76 150 0 5229 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 40484

[startup+51.1024 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1529944/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=26876 CPUtime=47.95
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 6505 0 0 0 4790 5 0 0 25 0 1 0 2005124916 27521024 6491 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 6719 6491 76 150 0 6566 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 45832

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1525720/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=31204 CPUtime=98.95
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 7555 0 0 0 9889 6 0 0 25 0 1 0 2005124916 31952896 7541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 7801 7541 76 150 0 7648 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 50160

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1521176/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=35904 CPUtime=158.72
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 8671 0 0 0 15864 8 0 0 25 0 1 0 2005124916 36765696 8657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 8976 8657 76 150 0 8823 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 54860

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 26372
/proc/meminfo: memFree=1517400/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=39612 CPUtime=218.47
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 9612 0 0 0 21838 9 0 0 25 0 1 0 2005124916 40562688 9598 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 9903 9598 76 150 0 9750 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 58568

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

/proc/meminfo: memFree=1427808/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=69536 CPUtime=1353.95
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16702 0 0 0 135376 19 0 0 25 0 1 0 2005124916 71204864 16688 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17384 16688 76 150 0 17231 0
Current children cumulated CPU time (s) 1356.77
Current children cumulated vsize (KiB) 88492

[startup+1422.31 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1427744/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=69616 CPUtime=1413.71
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16719 0 0 0 141352 19 0 0 25 0 1 0 2005124916 71286784 16705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17404 16705 76 150 0 17251 0
Current children cumulated CPU time (s) 1416.53
Current children cumulated vsize (KiB) 88572

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1427424/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=69980 CPUtime=1473.47
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16830 0 0 0 147328 19 0 0 25 0 1 0 2005124916 71659520 16816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17495 16816 76 150 0 17342 0
Current children cumulated CPU time (s) 1476.29
Current children cumulated vsize (KiB) 88936

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1427040/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=70180 CPUtime=1533.23
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16864 0 0 0 153304 19 0 0 25 0 1 0 2005124916 71864320 16850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17545 16850 76 150 0 17392 0
Current children cumulated CPU time (s) 1536.05
Current children cumulated vsize (KiB) 89136

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1426976/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=70180 CPUtime=1593
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16874 0 0 0 159281 19 0 0 25 0 1 0 2005124916 71864320 16860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17545 16860 76 150 0 17392 0
Current children cumulated CPU time (s) 1595.82
Current children cumulated vsize (KiB) 89136

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1426720/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=70460 CPUtime=1652.76
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16918 0 0 0 165257 19 0 0 25 0 1 0 2005124916 72151040 16904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17615 16904 76 150 0 17462 0
Current children cumulated CPU time (s) 1655.58
Current children cumulated vsize (KiB) 89416

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1426592/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=70460 CPUtime=1712.53
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 16941 0 0 0 171234 19 0 0 25 0 1 0 2005124916 72151040 16927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17615 16927 76 150 0 17462 0
Current children cumulated CPU time (s) 1715.35
Current children cumulated vsize (KiB) 89416

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1425760/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=71188 CPUtime=1772.3
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 17121 0 0 0 177210 20 0 0 25 0 1 0 2005124916 72896512 17107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17797 17107 76 150 0 17644 0
Current children cumulated CPU time (s) 1775.12
Current children cumulated vsize (KiB) 90144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1425760/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=71368 CPUtime=1797.2
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 17132 0 0 0 179700 20 0 0 25 0 1 0 2005124916 73080832 17118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17842 17118 76 150 0 17689 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 90324

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

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

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 26420
/proc/meminfo: memFree=1425760/2055920 swapFree=4179912/4192956
[pid=26348] ppid=26346 vsize=13600 CPUtime=2.82
/proc/26348/stat : 26348 (sugar) S 26346 26348 24073 0 -1 4194304 1034 18886 0 2 3 1 263 15 16 0 1 0 2005124622 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26348/statm: 3400 799 370 3 0 500 0
[pid=26371] ppid=26348 vsize=5356 CPUtime=0
/proc/26371/stat : 26371 (sh) S 26348 26348 24073 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005124916 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26371/statm: 1339 232 193 169 0 50 0
[pid=26372] ppid=26371 vsize=71368 CPUtime=1797.2
/proc/26372/stat : 26372 (minisat) R 26371 26348 24073 0 -1 4194304 17132 0 0 0 179700 20 0 0 25 0 1 0 2005124916 73080832 17118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26372/statm: 17842 17118 76 150 0 17689 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 90324

Child status: 0

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

Real time (s): 1807.33
CPU time (s): 1800.02
CPU user time (s): 1799.66
CPU system time (s): 0.36
CPU usage (%): 99.5957
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.67659
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20336
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= 2942
involuntary context switches= 2789

runsolver used 1.63075 second user time and 4.97124 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 14:38:43
IDJOB=1089069
IDBENCH=58193
IDSOLVER=346
FILE ID=node53/1089069-1215261523
PBS_JOBID= 7881959
Free space on /tmp= 65120 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-15.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-1089069-1215261523/watcher-1089069-1215261523 -o /tmp/evaluation-result-1089069-1215261523/solver-1089069-1215261523 -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-1089069-1215261523.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3755f2fe1d41cb4703210779758109d6
RANDOM SEED=923850605

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1563472 kB
Buffers:         85256 kB
Cached:         319940 kB
SwapCached:       7428 kB
Active:         210876 kB
Inactive:       217240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563472 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2424 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            49828 kB
Committed_AS:  4049204 kB
PageTables:       1720 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= 65120 MiB
End job on node53 at 2008-07-05 15:08:52