Trace number 1088880

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 1815.44

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-30.xml
MD5SUM908aecc6063b291117788e6ed413a480
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.498923
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:19:37 2008
0.00/0.05	c 0	PID 18524
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088880-1215260377.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-1088880-1215260377.xml' 'HOME/temp.csp'
1.26/1.33	c 1	1 domains, 621 variables, 1 predicates, 0 relations, 13969 constraints
1.26/1.36	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.36	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.30/1.44	c 2	Parsing HOME/temp.csp
1.30/1.77	c 2	parsed 10000 expressions
1.30/1.84	c 2	parsed 14592 expressions
1.30/1.85	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.85	c 2	Converting to clausal form CSP
2.02/2.12	c 2	converted 1460 (10%) expressions
2.02/2.17	c 2	converted 2919 (20%) expressions
2.12/2.22	c 2	converted 4378 (30%) expressions
2.12/2.25	c 2	converted 5837 (40%) expressions
2.21/2.36	c 3	converted 7296 (50%) expressions
2.21/2.40	c 3	converted 8756 (60%) expressions
2.30/2.44	c 3	converted 10215 (70%) expressions
2.30/2.48	c 3	converted 11674 (80%) expressions
2.41/2.52	c 3	converted 13133 (90%) expressions
2.41/2.56	c 3	converted 14592 (100%) expressions
2.41/2.56	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 30
2.41/2.56	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.56	c 3	Propagation in CSP
2.61/2.77	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.77	c 3	CSP : 621 integers, 0 booleans, 13969 clauses, largest domain size 30
2.61/2.77	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.06	c 3	CSP : 621 integers, 27938 booleans, 41907 clauses, largest domain size 30
2.90/3.06	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.20	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.24	c 3	63 (10%) CSP integer variables are encoded (1764 clauses, 20859 bytes)
3.10/3.24	c 3	125 (20%) CSP integer variables are encoded (3500 clauses, 43427 bytes)
3.10/3.24	c 3	187 (30%) CSP integer variables are encoded (5236 clauses, 65995 bytes)
3.10/3.25	c 3	249 (40%) CSP integer variables are encoded (6972 clauses, 88563 bytes)
3.10/3.25	c 3	311 (50%) CSP integer variables are encoded (8708 clauses, 111131 bytes)
3.10/3.25	c 3	373 (60%) CSP integer variables are encoded (10444 clauses, 135278 bytes)
3.10/3.26	c 3	435 (70%) CSP integer variables are encoded (12180 clauses, 161318 bytes)
3.10/3.26	c 3	497 (80%) CSP integer variables are encoded (13916 clauses, 187358 bytes)
3.10/3.26	c 3	559 (90%) CSP integer variables are encoded (15652 clauses, 213398 bytes)
3.10/3.26	c 3	621 (100%) CSP integer variables are encoded (17388 clauses, 239438 bytes)
3.29/3.49	c 4	4191 (10%) CSP clauses are encoded (102605 clauses, 1758912 bytes)
3.49/3.67	c 4	8382 (20%) CSP clauses are encoded (187822 clauses, 3356758 bytes)
3.69/3.85	c 4	12573 (30%) CSP clauses are encoded (273039 clauses, 4966476 bytes)
3.88/4.05	c 4	16763 (40%) CSP clauses are encoded (358255 clauses, 6581358 bytes)
4.08/4.23	c 4	20954 (50%) CSP clauses are encoded (443472 clauses, 8205810 bytes)
4.28/4.41	c 5	25145 (60%) CSP clauses are encoded (528689 clauses, 9831190 bytes)
4.37/4.59	c 5	29335 (70%) CSP clauses are encoded (613876 clauses, 11453026 bytes)
4.57/4.78	c 5	33526 (80%) CSP clauses are encoded (699093 clauses, 13140648 bytes)
4.77/4.96	c 5	37717 (90%) CSP clauses are encoded (784310 clauses, 14840278 bytes)
4.97/5.15	c 5	41907 (100%) CSP clauses are encoded (869497 clauses, 16581120 bytes)
4.97/5.15	c 5	41907 CSP clauses encoded
4.97/5.15	c 5	Writing map file : HOME/temp.map
4.97/5.17	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.17	c 5	SAT : 45947 SAT variables, 869497 SAT clauses, 16581120 bytes
4.97/5.17	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.18	c 5	SOLVING HOME/temp.cnf
4.97/5.18	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.97/5.18	c 5	This is MiniSat 2.0 beta
4.97/5.18	c 5	WARNING: for repeatability, setting FPU to use double precision
4.97/5.18	c 5	============================[ Problem Statistics ]=============================
4.97/5.18	c 5	|                                                                             |
4.97/5.19	c 5	|  Number of variables:  45947                                                |
4.97/5.19	c 5	|  Number of clauses:    869497                                               |
5.47/5.66	c 6	|  Parsing time:         0.40         s                                       |
5.47/5.69	c 6	============================[ Search Statistics ]==============================
5.47/5.69	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.47/5.69	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.47/5.69	c 6	===============================================================================
5.47/5.69	c 6	|         0 |   45947   869497  2521258 |   289832        0    nan |  0.000 % |
5.76/5.99	c 6	|       101 |   45947   869497  2521258 |   318815      101     12 |  0.000 % |
6.06/6.22	c 6	|       251 |   45947   869497  2521258 |   350697      251      9 |  0.000 % |
6.06/6.27	c 6	|       476 |   45947   869497  2521258 |   385766      476      8 |  0.000 % |
6.16/6.34	c 6	|       813 |   45947   869497  2521258 |   424343      813      9 |  0.000 % |
6.26/6.41	c 7	|      1320 |   45947   869497  2521258 |   466777     1320     12 |  0.000 % |
6.26/6.46	c 7	|      2079 |   45947   869497  2521258 |   513455     2079     11 |  0.000 % |
6.36/6.60	c 7	|      3219 |   45947   869497  2521258 |   564801     3219     11 |  0.000 % |
6.66/6.81	c 7	|      4927 |   45947   869497  2521258 |   621281     4927     10 |  0.000 % |
6.96/7.13	c 7	|      7489 |   45947   869497  2521258 |   683409     7489     10 |  0.000 % |
7.25/7.47	c 8	|     11333 |   45947   869497  2521258 |   751750    11333     10 |  0.000 % |
7.74/7.97	c 8	|     17100 |   45947   869497  2521258 |   826925    17100     11 |  0.000 % |
8.64/8.89	c 9	|     25749 |   45947   869497  2521258 |   909618    25749     12 |  0.000 % |
10.81/11.02	c 11	|     38724 |   45947   869497  2521258 |  1000579    38724     13 |  0.000 % |
13.88/14.17	c 14	|     58187 |   45947   869497  2521258 |  1100637    58187     14 |  0.000 % |
23.88/24.22	c 24	|     87380 |   45947   869497  2521258 |  1210701    87380     15 |  0.000 % |
41.81/42.33	c 42	|    131172 |   45947   869497  2521258 |  1331771   131172     16 |  0.000 % |
81.43/82.32	c 82	|    196856 |   45947   869497  2521258 |  1464948   196856     16 |  0.000 % |
196.34/198.32	c 198	|    295383 |   45947   869497  2521258 |  1611443   295383     16 |  0.000 % |
356.33/359.86	c 360	|    443172 |   45947   869497  2521258 |  1772588   443172     17 |  0.000 % |
958.81/968.01	c 968	|    664855 |   45947   869497  2521258 |  1949847   664855     17 |  0.000 % |
1800.05/1815.41	c ERROR INTERRUPTED
1800.05/1815.43	s UNKNOWN
1800.05/1815.43	c 1816	CPU 4.81 (0.04 0.01 4.77 0.26)
1800.05/1815.43	c 1816	END Sat Jul  5 14:49:53 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-1088880-1215260377/watcher-1088880-1215260377 -o /tmp/evaluation-result-1088880-1215260377/solver-1088880-1215260377 -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-1088880-1215260377.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.92 1.98 1.99 4/73 18524
/proc/meminfo: memFree=1531080/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=12268 CPUtime=0
/proc/18524/stat : 18524 (sugar) R 18522 18524 16666 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 2005011200 12562432 301 996147200 4194304 4206940 548682068608 18446744073709551615 254212995760 0 0 4224 0 0 0 0 17 1 0 0
/proc/18524/statm: 3067 301 227 3 0 167 0

[startup+0.0634691 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18524
/proc/meminfo: memFree=1531080/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=0.04
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005011200 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102348 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18524
/proc/meminfo: memFree=1531080/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=0.04
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005011200 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301495 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18524
/proc/meminfo: memFree=1531080/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=0.04
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005011200 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701567 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18524
/proc/meminfo: memFree=1531080/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=0.04
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005011200 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50169 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 18536
/proc/meminfo: memFree=1506352/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=1.3
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 973 10712 0 1 3 1 120 6 16 0 1 0 2005011200 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13600

[startup+3.10294 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 18546
/proc/meminfo: memFree=1512240/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=1.3
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 974 10712 0 1 3 1 120 6 15 0 1 0 2005011200 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 797 370 3 0 500 0
[pid=18537] ppid=18524 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18524 18524 16666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005011337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 233 193 169 0 50 0
[pid=18538] ppid=18537 vsize=869632 CPUtime=1.7
/proc/18538/stat : 18538 (java) S 18537 18524 16666 0 -1 0 11942 0 1 0 162 8 0 0 18 0 9 0 2005011337 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18538/statm: 217408 10952 2540 9 0 211983 0
[pid=18538/tid=18539] ppid=18537 vsize=869632 CPUtime=0.83
/proc/18538/task/18539/stat : 18539 (java) R 18537 18524 16666 0 -1 64 2989 0 1 0 81 2 0 0 22 0 9 0 2005011338 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18540] ppid=18537 vsize=869632 CPUtime=0.62
/proc/18538/task/18540/stat : 18540 (java) R 18537 18524 16666 0 -1 64 6799 0 0 0 59 3 0 0 16 0 9 0 2005011339 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 103735922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18541] ppid=18537 vsize=869632 CPUtime=0
/proc/18538/task/18541/stat : 18541 (java) S 18537 18524 16666 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005011339 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18542] ppid=18537 vsize=869632 CPUtime=0
/proc/18538/task/18542/stat : 18542 (java) S 18537 18524 16666 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005011339 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18543] ppid=18537 vsize=869632 CPUtime=0
/proc/18538/task/18543/stat : 18543 (java) S 18537 18524 16666 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005011341 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18544] ppid=18537 vsize=869632 CPUtime=0.22
/proc/18538/task/18544/stat : 18544 (java) S 18537 18524 16666 0 -1 64 1460 0 0 0 21 1 0 0 16 0 9 0 2005011341 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18545] ppid=18537 vsize=869632 CPUtime=0
/proc/18538/task/18545/stat : 18545 (java) S 18537 18524 16666 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005011341 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18538/tid=18546] ppid=18537 vsize=869632 CPUtime=0
/proc/18538/task/18546/stat : 18546 (java) S 18537 18524 16666 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2005011341 890503168 10952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 888588

[startup+6.30143 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1492720/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 15 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=43240 CPUtime=1.09
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 10440 0 0 0 103 6 0 0 25 0 1 0 2005011719 44277760 10426 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 10810 10426 76 150 0 10657 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 62196

[startup+12.7037 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1463664/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=47680 CPUtime=7.42
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 11543 0 0 0 734 8 0 0 25 0 1 0 2005011719 48824320 11529 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 11920 11529 76 150 0 11767 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 66636

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1454640/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=52404 CPUtime=20.1
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 12673 0 0 0 2001 9 0 0 25 0 1 0 2005011719 53661696 12659 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 13101 12659 76 150 0 12948 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 71360

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1442352/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=58216 CPUtime=45.46
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 14120 0 0 0 4536 10 0 0 25 0 1 0 2005011719 59613184 14106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 14554 14106 76 150 0 14401 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 77172

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1425136/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=65640 CPUtime=96.18
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 15943 0 0 0 9606 12 0 0 25 0 1 0 2005011719 67215360 15929 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 16410 15929 76 150 0 16257 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 84596

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1407728/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=70756 CPUtime=155.61
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 17217 0 0 0 15547 14 0 0 25 0 1 0 2005011719 72454144 17203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 17689 17203 76 150 0 17536 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 89712

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18548
/proc/meminfo: memFree=1388528/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=78504 CPUtime=215.05
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 19048 0 0 0 21489 16 0 0 25 0 1 0 2005011719 80388096 19034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 19626 19034 76 150 0 19473 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 97460

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

/proc/meminfo: memFree=1188656/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=131920 CPUtime=1284.89
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 31957 0 0 0 128457 32 0 0 25 0 1 0 2005011719 135086080 31943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 32980 31943 76 150 0 32827 0
Current children cumulated CPU time (s) 1289.96
Current children cumulated vsize (KiB) 150876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18550
/proc/meminfo: memFree=1185904/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=134684 CPUtime=1344.33
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 32647 0 0 0 134400 33 0 0 25 0 1 0 2005011719 137916416 32633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 33671 32633 76 150 0 33518 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 153640

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 18550
/proc/meminfo: memFree=1183664/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=137024 CPUtime=1403.77
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 33191 0 0 0 140343 34 0 0 25 0 1 0 2005011719 140312576 33177 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18548/statm: 34256 33177 76 150 0 34103 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 155980

[startup+1482.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1580848/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=139428 CPUtime=1463.25
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 33776 0 0 0 146287 38 0 0 25 0 1 0 2005011719 142774272 33762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 34857 33762 76 150 0 34704 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 158384

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1579184/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=141348 CPUtime=1522.99
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 34274 0 0 0 152260 39 0 0 25 0 1 0 2005011719 144740352 34260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 35337 34260 76 150 0 35184 0
Current children cumulated CPU time (s) 1528.06
Current children cumulated vsize (KiB) 160304

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1577008/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=143360 CPUtime=1582.75
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 34790 0 0 0 158235 40 0 0 25 0 1 0 2005011719 146800640 34776 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 35840 34776 76 150 0 35687 0
Current children cumulated CPU time (s) 1587.82
Current children cumulated vsize (KiB) 162316

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1574640/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=145604 CPUtime=1642.49
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 35360 0 0 0 164209 40 0 0 25 0 1 0 2005011719 149098496 35346 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 36401 35346 76 150 0 36248 0
Current children cumulated CPU time (s) 1647.56
Current children cumulated vsize (KiB) 164560

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1572912/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=147316 CPUtime=1702.25
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 35776 0 0 0 170184 41 0 0 25 0 1 0 2005011719 150851584 35762 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 36829 35762 76 150 0 36676 0
Current children cumulated CPU time (s) 1707.32
Current children cumulated vsize (KiB) 166272

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1571056/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=148876 CPUtime=1762.01
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 36205 0 0 0 176160 41 0 0 25 0 1 0 2005011719 152449024 36191 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 37219 36191 76 150 0 37066 0
Current children cumulated CPU time (s) 1767.08
Current children cumulated vsize (KiB) 167832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 18656
/proc/meminfo: memFree=1569968/2055920 swapFree=4179828/4192956
[pid=18524] ppid=18522 vsize=13600 CPUtime=5.07
/proc/18524/stat : 18524 (sugar) S 18522 18524 16666 0 -1 4194304 1033 23252 0 2 3 1 477 26 16 0 1 0 2005011200 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18524/statm: 3400 799 370 3 0 500 0
[pid=18547] ppid=18524 vsize=5356 CPUtime=0
/proc/18547/stat : 18547 (sh) S 18524 18524 16666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005011719 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18547/statm: 1339 232 193 169 0 50 0
[pid=18548] ppid=18547 vsize=149912 CPUtime=1794.98
/proc/18548/stat : 18548 (minisat) R 18547 18524 16666 0 -1 4194304 36465 0 0 0 179457 41 0 0 25 0 1 0 2005011719 153509888 36451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18548/statm: 37478 36451 76 150 0 37325 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 168868

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18524 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=815267
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=287956
# CPU time returned by wait4() is 5.10322
# 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): 1815.44
CPU time (s): 1800.05
CPU user time (s): 1799.37
CPU system time (s): 0.68
CPU usage (%): 99.1524
Max. virtual memory (cumulated for all children) (KiB): 888588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.81527
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24630
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= 4201
involuntary context switches= 4124

runsolver used 2.09568 second user time and 5.9401 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 14:19:37
IDJOB=1088880
IDBENCH=58143
IDSOLVER=346
FILE ID=node34/1088880-1215260377
PBS_JOBID= 7881982
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 908aecc6063b291117788e6ed413a480
RANDOM SEED=93743560

node34.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.259
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.259
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:       1531560 kB
Buffers:         26536 kB
Cached:         203512 kB
SwapCached:       7272 kB
Active:         376368 kB
Inactive:        96892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531560 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:         249252 kB
Slab:            35996 kB
Committed_AS:  3773680 kB
PageTables:       2280 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= 66472 MiB
End job on node34 at 2008-07-05 14:49:55